#4205B1

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

Shades of Indigo #4205B1

Tints of Indigo #4205B1

Color information

#4205B1 (or 0x4205B1) is unknown color: approx Indigo. HEX triplet: 42, 05 and B1. RGB value is (66,5,177). Sum of RGB (Red+Green+Blue) = 66+5+177=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #4205B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4205B1 is #BDFA4E. Grayscale: #2A2A2A. Windows color (decimal): -12450383 or 11601218. OLE color: 11601218.

HSL color Cylindrical-coordinate representation of color #4205B1: hue angle of 261.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4205B1 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB665177-
CMYK0.630.9700.31
HSL261.28º94.51%35.69%-
HSV(B)261.28º97.18%69.41%-
XYZ10.244.4441.91-
YUV42.85203.71144.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 177 (69.53% from 255) = 71.37%
R=26.61%
G=2.02%
B=71.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6651770.630.9700.31261.2894.5135.69
Hex425B13F6101F1055f24
Octal10252617714103740513744
Binary10000101011011000111111111000010111111000001011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4205B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4205B1; }

 p { color: rgb(66,5,177); }

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

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

 a { background-color: rgb(66,5,177); }

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

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

 span { border-color: rgb(66,5,177); }

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