Html Css Color HEX #4207AC Indigo

📋 copy color: '#4207AC'

red 66 ◦ green 7 ◦ blue 172

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

Shades of Indigo #4207AC

Tints of Indigo #4207AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.2%

R = 26.94%
G = 2.86%
B = 70.2%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4207AC (or 0x4207AC) is known color: Indigo. HEX triplet: 42, 07 and AC. RGB value is (66,7,172). Sum of RGB (Red+Green+Blue) = 66+7+172=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #4207AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4207AC is #BDF853. Grayscale: #2A2A2A. Windows color (decimal): -12449876 or 11274050. OLE color: 11274050.

HSL color Cylindrical-coordinate representation of color #4207AC: hue angle of 261.45º 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 #4207AC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 7 172 -
CMYK 0.62 0.96 0 0.33
HSL 261.45º 0.92% 0.35% -
HSV(B) 261.45º 0.96% 0.67% -
XYZ 9.77 4.29 39.34 -
YUV 43.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 66 7 172 0.62 0.96 0 0.33 261.45 0.92 0.35
Hex 42 7 AC 3E 60 0 21 105 5C 23
Octal 102 7 254 76 140 0 41 405 134 43
Binary 1000010 111 10101100 111110 1100000 0 100001 100000101 1011100 100011

Color Harmonies of #4207AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4207AC

Black with #4207AC

Text Example


Text Example

White with #4207AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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