Html Css Color HEX #42008A Indigo

📋 copy color: '#42008A'

red 66 ◦ green 0 ◦ blue 138

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

Shades of Indigo #42008A

Tints of Indigo #42008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 32.35%
G = 0%
B = 67.65%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42008A (or 0x42008A) is known color: Indigo. HEX triplet: 42, 00 and 8A. RGB value is (66,0,138). Sum of RGB (Red+Green+Blue) = 66+0+138=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #42008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008A is #BDFF75. Grayscale: #222222. Windows color (decimal): -12451702 or 9044034. OLE color: 9044034.

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

Color convert

RGB 66 0 138 -
CMYK 0.52 1 0 0.46
HSL 268.7º 1% 0.27% -
HSV(B) 268.7º 1% 0.54% -
XYZ 6.83 2.99 24.26 -
YUV 35.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 66 0 138 0.52 1 0 0.46 268.7 1 0.27
Hex 42 0 8A 34 64 0 2E 10D 64 1B
Octal 102 0 212 64 144 0 56 415 144 33
Binary 1000010 0 10001010 110100 1100100 0 101110 100001101 1100100 11011

Color Harmonies of #42008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42008A

Black with #42008A

Text Example


Text Example

White with #42008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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