#40177F

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

Shades of Persian Indigo #40177F

Tints of Persian Indigo #40177F

Color information

#40177F (or 0x40177F) is unknown color: approx Persian Indigo. HEX triplet: 40, 17 and 7F. RGB value is (64,23,127). Sum of RGB (Red+Green+Blue) = 64+23+127=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #40177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40177F is #BFE880. Grayscale: #2E2E2E. Windows color (decimal): -12576897 or 8329024. OLE color: 8329024.

HSL color Cylindrical-coordinate representation of color #40177F: hue angle of 263.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40177F is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6423127-
CMYK0.500.8200.50
HSL263.65º69.33%29.41%-
HSV(B)263.65º81.89%49.8%-
XYZ6.253.2420.37-
YUV47.12173.08140.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 127 (50% from 255) = 59.35%
R=29.91%
G=10.75%
B=59.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64231270.500.8200.50263.6569.3329.41
Hex40177F3252032108451d
Octal100271776212206241010535
Binary100000010111111111111001010100100110010100001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40177F; }

 p { color: rgb(64,23,127); }

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

<style>
 a { background-color: #40177F; }

 a { background-color: rgb(64,23,127); }

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

<style>
 span { border-color: #40177F; }

 span { border-color: rgb(64,23,127); }

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