Html Css Color HEX #420168 Indigo

📋 copy color: '#420168'

red 66 ◦ green 1 ◦ blue 104

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

Shades of Indigo #420168

Tints of Indigo #420168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 38.6%
G = 0.58%
B = 60.82%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#420168 (or 0x420168) is known color: Indigo. HEX triplet: 42, 01 and 68. RGB value is (66,1,104). Sum of RGB (Red+Green+Blue) = 66+1+104=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #420168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420168 is #BDFE97. Grayscale: #1F1F1F. Windows color (decimal): -12451480 or 6816066. OLE color: 6816066.

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

Color convert

RGB 66 1 104 -
CMYK 0.37 0.99 0 0.59
HSL 277.86º 0.98% 0.21% -
HSV(B) 277.86º 0.99% 0.41% -
XYZ 4.76 2.18 13.27 -
YUV 32.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 66 1 104 0.37 0.99 0 0.59 277.86 0.98 0.21
Hex 42 1 68 25 63 0 3B 116 62 15
Octal 102 1 150 45 143 0 73 426 142 25
Binary 1000010 1 1101000 100101 1100011 0 111011 100010110 1100010 10101

Color Harmonies of #420168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420168

Black with #420168

Text Example


Text Example

White with #420168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420168; }

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

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

background-color css

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

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

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

border-color css

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

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

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