Html Css Color HEX #420261 Indigo

📋 copy color: '#420261'

red 66 ◦ green 2 ◦ blue 97

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

Shades of Indigo #420261

Tints of Indigo #420261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 40%
G = 1.21%
B = 58.79%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420261 (or 0x420261) is known color: Indigo. HEX triplet: 42, 02 and 61. RGB value is (66,2,97). Sum of RGB (Red+Green+Blue) = 66+2+97=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #420261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420261 is #BDFD9E. Grayscale: #1F1F1F. Windows color (decimal): -12451231 or 6357570. OLE color: 6357570.

HSL color Cylindrical-coordinate representation of color #420261: hue angle of 280.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420261 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 2 97 -
CMYK 0.32 0.98 0 0.62
HSL 280.42º 0.96% 0.19% -
HSV(B) 280.42º 0.98% 0.38% -
XYZ 4.43 2.06 11.47 -
YUV 31.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 66 2 97 0.32 0.98 0 0.62 280.42 0.96 0.19
Hex 42 2 61 20 62 0 3E 118 60 13
Octal 102 2 141 40 142 0 76 430 140 23
Binary 1000010 10 1100001 100000 1100010 0 111110 100011000 1100000 10011

Color Harmonies of #420261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420261

Black with #420261

Text Example


Text Example

White with #420261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420261; }

 p { color: rgb(66,2,97); }

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

background-color css

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

 a { background-color: rgb(66,2,97); }

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

border-color css

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

 span { border-color: rgb(66,2,97); }

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