#40177C

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

Shades of Persian Indigo #40177C

Tints of Persian Indigo #40177C

Color information

#40177C (or 0x40177C) is unknown color: approx Persian Indigo. HEX triplet: 40, 17 and 7C. RGB value is (64,23,124). Sum of RGB (Red+Green+Blue) = 64+23+124=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #40177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40177C is #BFE883. Grayscale: #2E2E2E. Windows color (decimal): -12576900 or 8132416. OLE color: 8132416.

HSL color Cylindrical-coordinate representation of color #40177C: hue angle of 264.36º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40177C is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6423124-
CMYK0.480.8100.51
HSL264.36º68.71%28.82%-
HSV(B)264.36º81.45%48.63%-
XYZ6.063.1619.36-
YUV46.77171.58140.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=30.33%
G=10.90%
B=58.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64231240.480.8100.51264.3668.7128.82
Hex40177C3051033108451d
Octal100271746012106341010535
Binary100000010111111110011000010100010110011100001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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