Html Css Color HEX #420368 Indigo

📋 copy color: '#420368'

red 66 ◦ green 3 ◦ blue 104

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

Shades of Indigo #420368

Tints of Indigo #420368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 38.15%
G = 1.73%
B = 60.12%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#420368 (or 0x420368) is known color: Indigo. HEX triplet: 42, 03 and 68. RGB value is (66,3,104). Sum of RGB (Red+Green+Blue) = 66+3+104=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #420368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420368 is #BDFC97. Grayscale: #212121. Windows color (decimal): -12450968 or 6816578. OLE color: 6816578.

HSL color Cylindrical-coordinate representation of color #420368: hue angle of 277.43º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420368 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 3 104 -
CMYK 0.37 0.97 0 0.59
HSL 277.43º 0.94% 0.21% -
HSV(B) 277.43º 0.97% 0.41% -
XYZ 4.78 2.22 13.27 -
YUV 33.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 66 3 104 0.37 0.97 0 0.59 277.43 0.94 0.21
Hex 42 3 68 25 61 0 3B 115 5E 15
Octal 102 3 150 45 141 0 73 425 136 25
Binary 1000010 11 1101000 100101 1100001 0 111011 100010101 1011110 10101

Color Harmonies of #420368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420368

Black with #420368

Text Example


Text Example

White with #420368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420368; }

 p { color: rgb(66,3,104); }

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

background-color css

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

 a { background-color: rgb(66,3,104); }

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

border-color css

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

 span { border-color: rgb(66,3,104); }

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