#40188A

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

Shades of Persian Indigo #40188A

Tints of Persian Indigo #40188A

Color information

#40188A (or 0x40188A) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 8A. RGB value is (64,24,138). Sum of RGB (Red+Green+Blue) = 64+24+138=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #40188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40188A is #BFE775. Grayscale: #303030. Windows color (decimal): -12576630 or 9050176. OLE color: 9050176.

HSL color Cylindrical-coordinate representation of color #40188A: hue angle of 261.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40188A is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6424138-
CMYK0.540.8300.46
HSL261.05º70.37%31.76%-
HSV(B)261.05º82.61%54.12%-
XYZ7.033.5824.36-
YUV48.96178.25138.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 138 (54.30% from 255) = 61.06%
R=28.32%
G=10.62%
B=61.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64241380.540.8300.46261.0570.3731.76
Hex40188A365302E1054620
Octal100302126612305640510640
Binary10000001100010001010110110101001101011101000001011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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