#4207B2

Color #4207B2 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4207B2

Tints of Indigo #4207B2

Color information

#4207B2 (or 0x4207B2) is unknown color: approx Indigo. HEX triplet: 42, 07 and B2. RGB value is (66,7,178). Sum of RGB (Red+Green+Blue) = 66+7+178=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 178 (69.92% from 255 or 70.92% from 251); Max value from RGB is 178 - color contains mainly: blue. Hex color #4207B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4207B2 is #BDF84D. Grayscale: #2B2B2B. Windows color (decimal): -12449870 or 11667266. OLE color: 11667266.

HSL color Cylindrical-coordinate representation of color #4207B2: hue angle of 260.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4207B2 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB667178-
CMYK0.630.9600.30
HSL260.7º92.43%36.27%-
HSV(B)260.7º96.07%69.8%-
XYZ10.364.5242.45-
YUV44.14203.55143.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 178 (69.92% from 255) = 70.92%
R=26.29%
G=2.79%
B=70.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6671780.630.9600.30260.792.4336.27
Hex427B23F6001E1055c24
Octal10272627714003640513444
Binary10000101111011001011111111000000111101000001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4207B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4207B2;
 }
 .AnyTagClassName
 {
   color: #4207B2;
 }
</style>
background-color css

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

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

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

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

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

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