Html Css Color HEX #420183 Indigo

📋 copy color: '#420183'

red 66 ◦ green 1 ◦ blue 131

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

Shades of Indigo #420183

Tints of Indigo #420183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 66.16%

R = 33.33%
G = 0.51%
B = 66.16%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#420183 (or 0x420183) is known color: Indigo. HEX triplet: 42, 01 and 83. RGB value is (66,1,131). Sum of RGB (Red+Green+Blue) = 66+1+131=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #420183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420183 is #BDFE7C. Grayscale: #222222. Windows color (decimal): -12451453 or 8585538. OLE color: 8585538.

HSL color Cylindrical-coordinate representation of color #420183: hue angle of 270º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420183 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 1 131 -
CMYK 0.50 0.99 0 0.49
HSL 270º 0.98% 0.26% -
HSV(B) 270º 0.99% 0.51% -
XYZ 6.35 2.82 21.68 -
YUV 35.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 66 1 131 0.50 0.99 0 0.49 270 0.98 0.26
Hex 42 1 83 32 63 0 31 10E 62 1A
Octal 102 1 203 62 143 0 61 416 142 32
Binary 1000010 1 10000011 110010 1100011 0 110001 100001110 1100010 11010

Color Harmonies of #420183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420183

Black with #420183

Text Example


Text Example

White with #420183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420183; }

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

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

background-color css

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

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

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

border-color css

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

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

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