#4217A0

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

Shades of Persian Indigo #4217A0

Tints of Persian Indigo #4217A0

Color information

#4217A0 (or 0x4217A0) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and A0. RGB value is (66,23,160). Sum of RGB (Red+Green+Blue) = 66+23+160=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 160 (62.89% from 255 or 64.26% from 249); Max value from RGB is 160 - color contains mainly: blue. Hex color #4217A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4217A0 is #BDE85F. Grayscale: #323232. Windows color (decimal): -12445792 or 10491714. OLE color: 10491714.

HSL color Cylindrical-coordinate representation of color #4217A0: hue angle of 258.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4217A0 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6623160-
CMYK0.590.8600.37
HSL258.83º74.86%35.88%-
HSV(B)258.83º85.62%62.75%-
XYZ8.94.3133.62-
YUV51.48189.25138.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 160 (62.89% from 255) = 64.26%
R=26.51%
G=9.24%
B=64.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66231600.590.8600.37258.8374.8635.88
Hex4217A03B560251034b24
Octal102272407312604540311344
Binary10000101011110100000111011101011001001011000000111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4217A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4217A0; }

 p { color: rgb(66,23,160); }

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

<style>
 a { background-color: #4217A0; }

 a { background-color: rgb(66,23,160); }

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

<style>
 span { border-color: #4217A0; }

 span { border-color: rgb(66,23,160); }

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