#3E177B

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

Shades of Persian Indigo #3E177B

Tints of Persian Indigo #3E177B

Color information

#3E177B (or 0x3E177B) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 7B. RGB value is (62,23,123). Sum of RGB (Red+Green+Blue) = 62+23+123=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E177B is #C1E884. Grayscale: #2D2D2D. Windows color (decimal): -12707973 or 8066878. OLE color: 8066878.

HSL color Cylindrical-coordinate representation of color #3E177B: hue angle of 263.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E177B is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6223123-
CMYK0.500.8100.52
HSL263.4º68.49%28.63%-
HSV(B)263.4º81.3%48.24%-
XYZ5.873.0719.02-
YUV46.06171.42139.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=29.81%
G=11.06%
B=59.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62231230.500.8100.52263.468.4928.63
Hex3E177B3251034107441d
Octal76271736212106440710435
Binary11111010111111101111001010100010110100100000111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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