Html Css Color HEX #42008B Indigo

📋 copy color: '#42008B'

red 66 ◦ green 0 ◦ blue 139

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

Shades of Indigo #42008B

Tints of Indigo #42008B

RGB

 RED value IS 66 (26.17% from 255) = 32.2%

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

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 32.2%
G = 0%
B = 67.8%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42008B (or 0x42008B) is known color: Indigo. HEX triplet: 42, 00 and 8B. RGB value is (66,0,139). Sum of RGB (Red+Green+Blue) = 66+0+139=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #42008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008B is #BDFF74. Grayscale: #232323. Windows color (decimal): -12451701 or 9109570. OLE color: 9109570.

HSL color Cylindrical-coordinate representation of color #42008B: hue angle of 268.49º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42008B is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 0 139 -
CMYK 0.53 1 0 0.45
HSL 268.49º 1% 0.27% -
HSV(B) 268.49º 1% 0.55% -
XYZ 6.91 3.02 24.65 -
YUV 35.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 66 0 139 0.53 1 0 0.45 268.49 1 0.27
Hex 42 0 8B 35 64 0 2D 10C 64 1B
Octal 102 0 213 65 144 0 55 414 144 33
Binary 1000010 0 10001011 110101 1100100 0 101101 100001100 1100100 11011

Color Harmonies of #42008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42008B

Black with #42008B

Text Example


Text Example

White with #42008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42008B; }

 p { color: rgb(66,0,139); }

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

background-color css

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

 a { background-color: rgb(66,0,139); }

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

border-color css

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

 span { border-color: rgb(66,0,139); }

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