Html Css Color HEX #4207AA Indigo

📋 copy color: '#4207AA'

red 66 ◦ green 7 ◦ blue 170

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

Shades of Indigo #4207AA

Tints of Indigo #4207AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.96%

R = 27.16%
G = 2.88%
B = 69.96%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4207AA (or 0x4207AA) is known color: Indigo. HEX triplet: 42, 07 and AA. RGB value is (66,7,170). Sum of RGB (Red+Green+Blue) = 66+7+170=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #4207AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4207AA is #BDF855. Grayscale: #2A2A2A. Windows color (decimal): -12449878 or 11142978. OLE color: 11142978.

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

Color convert

RGB 66 7 170 -
CMYK 0.61 0.96 0 0.33
HSL 261.72º 0.92% 0.35% -
HSV(B) 261.72º 0.96% 0.67% -
XYZ 9.58 4.21 38.34 -
YUV 43.22 199.55 144.25 -
System Red Green Blue C M Y K H S L
Decimal 66 7 170 0.61 0.96 0 0.33 261.72 0.92 0.35
Hex 42 7 AA 3D 60 0 21 106 5C 23
Octal 102 7 252 75 140 0 41 406 134 43
Binary 1000010 111 10101010 111101 1100000 0 100001 100000110 1011100 100011

Color Harmonies of #4207AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4207AA

Black with #4207AA

Text Example


Text Example

White with #4207AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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