#40197D

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

Shades of Persian Indigo #40197D

Tints of Persian Indigo #40197D

Color information

#40197D (or 0x40197D) is unknown color: approx Persian Indigo. HEX triplet: 40, 19 and 7D. RGB value is (64,25,125). Sum of RGB (Red+Green+Blue) = 64+25+125=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #40197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40197D is #BFE682. Grayscale: #2F2F2F. Windows color (decimal): -12576387 or 8198464. OLE color: 8198464.

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

Color convert

RGB6425125-
CMYK0.490.800.51
HSL263.4º66.67%29.41%-
HSV(B)263.4º80%49.02%-
XYZ6.163.2719.71-
YUV48.06171.42139.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=29.91%
G=11.68%
B=58.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64251250.490.800.51263.466.6729.41
Hex40197D3150033107431d
Octal100311756112006340710335
Binary100000011001111110111000110100000110011100000111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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