#4015A7

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

Shades of Persian Indigo #4015A7

Tints of Persian Indigo #4015A7

Color information

#4015A7 (or 0x4015A7) is unknown color: approx Persian Indigo. HEX triplet: 40, 15 and A7. RGB value is (64,21,167). Sum of RGB (Red+Green+Blue) = 64+21+167=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 167 (65.62% from 255 or 66.27% from 252); Max value from RGB is 167 - color contains mainly: blue. Hex color #4015A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4015A7 is #BFEA58. Grayscale: #313131. Windows color (decimal): -12577369 or 10949952. OLE color: 10949952.

HSL color Cylindrical-coordinate representation of color #4015A7: hue angle of 257.67º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4015A7 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6421167-
CMYK0.620.8700.35
HSL257.67º77.66%36.86%-
HSV(B)257.67º87.43%65.49%-
XYZ9.364.4236.92-
YUV50.5193.75137.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 167 (65.62% from 255) = 66.27%
R=25.40%
G=8.33%
B=66.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64211670.620.8700.35257.6777.6636.86
Hex4015A73E570231024e25
Octal100252477612704340211645
Binary10000001010110100111111110101011101000111000000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4015A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4015A7; }

 p { color: rgb(64,21,167); }

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

<style>
 a { background-color: #4015A7; }

 a { background-color: rgb(64,21,167); }

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

<style>
 span { border-color: #4015A7; }

 span { border-color: rgb(64,21,167); }

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