#40199B

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

Shades of Persian Indigo #40199B

Tints of Persian Indigo #40199B

Color information

#40199B (or 0x40199B) is unknown color: approx Persian Indigo. HEX triplet: 40, 19 and 9B. RGB value is (64,25,155). Sum of RGB (Red+Green+Blue) = 64+25+155=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #40199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40199B is #BFE664. Grayscale: #333333. Windows color (decimal): -12576357 or 10164544. OLE color: 10164544.

HSL color Cylindrical-coordinate representation of color #40199B: hue angle of 258º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40199B is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6425155-
CMYK0.590.8400.39
HSL258º72.22%35.29%-
HSV(B)258º83.87%60.78%-
XYZ8.384.1531.37-
YUV51.48186.42136.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 155 (60.94% from 255) = 63.52%
R=26.23%
G=10.25%
B=63.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64251550.590.8400.3925872.2235.29
Hex40199B3B540271024823
Octal100312337312404740211043
Binary10000001100110011011111011101010001001111000000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,25,155); }

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

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

 a { background-color: rgb(64,25,155); }

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

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

 span { border-color: rgb(64,25,155); }

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