#40187A

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

Shades of Persian Indigo #40187A

Tints of Persian Indigo #40187A

Color information

#40187A (or 0x40187A) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 7A. RGB value is (64,24,122). Sum of RGB (Red+Green+Blue) = 64+24+122=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #40187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40187A is #BFE785. Grayscale: #2E2E2E. Windows color (decimal): -12576646 or 8001600. OLE color: 8001600.

HSL color Cylindrical-coordinate representation of color #40187A: hue angle of 264.49º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40187A is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6424122-
CMYK0.480.8000.52
HSL264.49º67.12%28.63%-
HSV(B)264.49º80.33%47.84%-
XYZ5.953.1518.71-
YUV47.13170.25140.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=30.48%
G=11.43%
B=58.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64241220.480.8000.52264.4967.1228.63
Hex40187A3050034108431d
Octal100301726012006441010335
Binary100000011000111101011000010100000110100100001000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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