#3E177C

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

Shades of Persian Indigo #3E177C

Tints of Persian Indigo #3E177C

Color information

#3E177C (or 0x3E177C) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 7C. RGB value is (62,23,124). Sum of RGB (Red+Green+Blue) = 62+23+124=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E177C is #C1E883. Grayscale: #2D2D2D. Windows color (decimal): -12707972 or 8132414. OLE color: 8132414.

HSL color Cylindrical-coordinate representation of color #3E177C: hue angle of 263.17º 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 #3E177C is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6223124-
CMYK0.50.8100.51
HSL263.17º68.71%28.82%-
HSV(B)263.17º81.45%48.63%-
XYZ5.933.0919.35-
YUV46.18171.92139.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=29.67%
G=11.00%
B=59.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62231240.50.8100.51263.1768.7128.82
Hex3E177C3251033107451d
Octal76271746212106340710535
Binary11111010111111110011001010100010110011100000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E177C; }

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

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

<style>
 a { background-color: #3E177C; }

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

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

<style>
 span { border-color: #3E177C; }

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

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