Html Css Color HEX #4207A9 Indigo

📋 copy color: '#4207A9'

red 66 ◦ green 7 ◦ blue 169

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

Shades of Indigo #4207A9

Tints of Indigo #4207A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 69.83%

R = 27.27%
G = 2.89%
B = 69.83%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4207A9 (or 0x4207A9) is known color: Indigo. HEX triplet: 42, 07 and A9. RGB value is (66,7,169). Sum of RGB (Red+Green+Blue) = 66+7+169=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #4207A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4207A9 is #BDF856. Grayscale: #2A2A2A. Windows color (decimal): -12449879 or 11077442. OLE color: 11077442.

HSL color Cylindrical-coordinate representation of color #4207A9: hue angle of 261.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4207A9 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 7 169 -
CMYK 0.61 0.96 0 0.34
HSL 261.85º 0.92% 0.35% -
HSV(B) 261.85º 0.96% 0.66% -
XYZ 9.48 4.17 37.84 -
YUV 43.11 199.05 144.33 -
System Red Green Blue C M Y K H S L
Decimal 66 7 169 0.61 0.96 0 0.34 261.85 0.92 0.35
Hex 42 7 A9 3D 60 0 22 106 5C 23
Octal 102 7 251 75 140 0 42 406 134 43
Binary 1000010 111 10101001 111101 1100000 0 100010 100000110 1011100 100011

Color Harmonies of #4207A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4207A9

Black with #4207A9

Text Example


Text Example

White with #4207A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4207A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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