#40187D

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

Shades of Persian Indigo #40187D

Tints of Persian Indigo #40187D

Color information

#40187D (or 0x40187D) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 7D. RGB value is (64,24,125). Sum of RGB (Red+Green+Blue) = 64+24+125=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #40187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40187D is #BFE782. Grayscale: #2F2F2F. Windows color (decimal): -12576643 or 8198208. OLE color: 8198208.

HSL color Cylindrical-coordinate representation of color #40187D: hue angle of 263.76º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40187D is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6424125-
CMYK0.490.8100.51
HSL263.76º67.79%29.22%-
HSV(B)263.76º80.8%49.02%-
XYZ6.143.2219.7-
YUV47.47171.75139.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=30.05%
G=11.27%
B=58.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64241250.490.8100.51263.7667.7929.22
Hex40187D3151033108441d
Octal100301756112106341010435
Binary100000011000111110111000110100010110011100001000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40187D; }

 p { color: rgb(64,24,125); }

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

<style>
 a { background-color: #40187D; }

 a { background-color: rgb(64,24,125); }

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

<style>
 span { border-color: #40187D; }

 span { border-color: rgb(64,24,125); }

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