#3E117B

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

Shades of Persian Indigo #3E117B

Tints of Persian Indigo #3E117B

Color information

#3E117B (or 0x3E117B) is unknown color: approx Persian Indigo. HEX triplet: 3E, 11 and 7B. RGB value is (62,17,123). Sum of RGB (Red+Green+Blue) = 62+17+123=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E117B is #C1EE84. Grayscale: #2A2A2A. Windows color (decimal): -12709509 or 8065342. OLE color: 8065342.

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

Color convert

RGB6217123-
CMYK0.500.8600.52
HSL265.47º75.71%27.45%-
HSV(B)265.47º86.18%48.24%-
XYZ5.762.8618.99-
YUV42.54173.41141.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 123 (48.44% from 255) = 60.89%
R=30.69%
G=8.42%
B=60.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62171230.500.8600.52265.4775.7127.45
Hex3E117B32560341094c1b
Octal76211736212606441111433
Binary11111010001111101111001010101100110100100001001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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