#4200B7

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

Shades of Indigo #4200B7

Tints of Indigo #4200B7

Color information

#4200B7 (or 0x4200B7) is unknown color: approx Indigo. HEX triplet: 42, 00 and B7. RGB value is (66,0,183). Sum of RGB (Red+Green+Blue) = 66+0+183=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #4200B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200B7 is #BDFF48. Grayscale: #272727. Windows color (decimal): -12451657 or 11993154. OLE color: 11993154.

HSL color Cylindrical-coordinate representation of color #4200B7: hue angle of 261.64º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200B7 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB660183-
CMYK0.64100.28
HSL261.64º100%35.88%-
HSV(B)261.64º100%71.76%-
XYZ10.794.5845.11-
YUV40.6208.37146.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 183 (71.88% from 255) = 73.49%
R=26.51%
G=0%
B=73.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6601830.64100.28261.6410035.88
Hex420B7406401C1066424
Octal102026710014403440614444
Binary1000010010110111100000011001000111001000001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4200B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4200B7; }

 p { color: rgb(66,0,183); }

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

<style>
 a { background-color: #4200B7; }

 a { background-color: rgb(66,0,183); }

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

<style>
 span { border-color: #4200B7; }

 span { border-color: rgb(66,0,183); }

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