#40187B

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

Shades of Persian Indigo #40187B

Tints of Persian Indigo #40187B

Color information

#40187B (or 0x40187B) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 7B. RGB value is (64,24,123). Sum of RGB (Red+Green+Blue) = 64+24+123=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #40187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40187B is #BFE784. Grayscale: #2E2E2E. Windows color (decimal): -12576645 or 8067136. OLE color: 8067136.

HSL color Cylindrical-coordinate representation of color #40187B: hue angle of 264.24º 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 #40187B is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6424123-
CMYK0.480.8000.52
HSL264.24º67.35%28.82%-
HSV(B)264.24º80.49%48.24%-
XYZ6.023.1719.03-
YUV47.25170.75139.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=30.33%
G=11.37%
B=58.29%

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
Decimal64241230.480.8000.52264.2467.3528.82
Hex40187B3050034108431d
Octal100301736012006441010335
Binary100000011000111101111000010100000110100100001000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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