#4215A0

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

Shades of Persian Indigo #4215A0

Tints of Persian Indigo #4215A0

Color information

#4215A0 (or 0x4215A0) is unknown color: approx Persian Indigo. HEX triplet: 42, 15 and A0. RGB value is (66,21,160). Sum of RGB (Red+Green+Blue) = 66+21+160=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 160 (62.89% from 255 or 64.78% from 247); Max value from RGB is 160 - color contains mainly: blue. Hex color #4215A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4215A0 is #BDEA5F. Grayscale: #313131. Windows color (decimal): -12446304 or 10491202. OLE color: 10491202.

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

Color convert

RGB6621160-
CMYK0.590.8700.37
HSL259.42º76.8%35.49%-
HSV(B)259.42º86.87%62.75%-
XYZ8.864.2333.61-
YUV50.3189.91139.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 160 (62.89% from 255) = 64.78%
R=26.72%
G=8.50%
B=64.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66211600.590.8700.37259.4276.835.49
Hex4215A03B570251034d23
Octal102252407312704540311543
Binary10000101010110100000111011101011101001011000000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4215A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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