#40157C

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

Shades of Persian Indigo #40157C

Tints of Persian Indigo #40157C

Color information

#40157C (or 0x40157C) is unknown color: approx Persian Indigo. HEX triplet: 40, 15 and 7C. RGB value is (64,21,124). Sum of RGB (Red+Green+Blue) = 64+21+124=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #40157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40157C is #BFEA83. Grayscale: #2D2D2D. Windows color (decimal): -12577412 or 8131904. OLE color: 8131904.

HSL color Cylindrical-coordinate representation of color #40157C: hue angle of 265.05º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40157C is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6421124-
CMYK0.480.8300.51
HSL265.05º71.03%28.43%-
HSV(B)265.05º83.06%48.63%-
XYZ6.023.0819.35-
YUV45.6172.25141.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=30.62%
G=10.05%
B=59.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64211240.480.8300.51265.0571.0328.43
Hex40157C3053033109471c
Octal100251746012306341110734
Binary100000010101111110011000010100110110011100001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40157C; }

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

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

<style>
 a { background-color: #40157C; }

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

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

<style>
 span { border-color: #40157C; }

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

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