Html Css Color HEX #380099 Indigo

📋 copy color: '#380099'

red 56 ◦ green 0 ◦ blue 153

#380099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #380099

Tints of Indigo #380099

RGB

 RED value IS 56 (22.27% from 255) = 26.79%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 73.21%

R = 26.79%
G = 0%
B = 73.21%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#380099 (or 0x380099) is known color: Indigo. HEX triplet: 38, 00 and 99. RGB value is (56,0,153). Sum of RGB (Red+Green+Blue) = 56+0+153=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #380099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380099 is #C7FF66. Grayscale: #212121. Windows color (decimal): -13107047 or 10027064. OLE color: 10027064.

HSL color Cylindrical-coordinate representation of color #380099: hue angle of 261.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380099 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 0 153 -
CMYK 0.63 1 0 0.4
HSL 261.96º 1% 0.3% -
HSV(B) 261.96º 1% 0.6% -
XYZ 7.38 3.14 30.35 -
YUV 34.19 195.05 143.56 -
System Red Green Blue C M Y K H S L
Decimal 56 0 153 0.63 1 0 0.4 261.96 1 0.3
Hex 38 0 99 3F 64 0 28 106 64 1E
Octal 70 0 231 77 144 0 50 406 144 36
Binary 111000 0 10011001 111111 1100100 0 101000 100000110 1100100 11110

Color Harmonies of #380099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380099

Black with #380099

Text Example


Text Example

White with #380099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380099; }

 p { color: rgb(56,0,153); }

 H1.HeaderClassName
 {
   color: #380099;
 }
 .AnyTagClassName
 {
   color: #380099;
 }
</style>

background-color css

<style>
 a { background-color: #380099; }

 a { background-color: rgb(56,0,153); }

 div.DivClassName
 {
   background-color: #380099;
 }
 .BgClassName
 {
   background-color: #380099;
 }
</style>

border-color css

<style>
 span { border-color: #380099; }

 span { border-color: rgb(56,0,153); }

 td.TdClassName
 {
   border-color: #380099;
 }
 .TagClassName
 {
   border-color: #380099;
 }
</style>