Html Css Color HEX #420789 Indigo

📋 copy color: '#420789'

red 66 ◦ green 7 ◦ blue 137

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

Shades of Indigo #420789

Tints of Indigo #420789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 31.43%
G = 3.33%
B = 65.24%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#420789 (or 0x420789) is known color: Indigo. HEX triplet: 42, 07 and 89. RGB value is (66,7,137). Sum of RGB (Red+Green+Blue) = 66+7+137=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #420789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420789 is #BDF876. Grayscale: #272727. Windows color (decimal): -12449911 or 8980290. OLE color: 8980290.

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

Color convert

RGB 66 7 137 -
CMYK 0.52 0.95 0 0.46
HSL 267.23º 0.9% 0.28% -
HSV(B) 267.23º 0.95% 0.54% -
XYZ 6.84 3.12 23.91 -
YUV 39.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 66 7 137 0.52 0.95 0 0.46 267.23 0.9 0.28
Hex 42 7 89 34 5F 0 2E 10B 5A 1C
Octal 102 7 211 64 137 0 56 413 132 34
Binary 1000010 111 10001001 110100 1011111 0 101110 100001011 1011010 11100

Color Harmonies of #420789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420789

Black with #420789

Text Example


Text Example

White with #420789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420789; }

 p { color: rgb(66,7,137); }

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

background-color css

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

 a { background-color: rgb(66,7,137); }

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

border-color css

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

 span { border-color: rgb(66,7,137); }

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