#3E1598

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

Shades of Persian Indigo #3E1598

Tints of Persian Indigo #3E1598

Color information

#3E1598 (or 0x3E1598) is unknown color: approx Persian Indigo. HEX triplet: 3E, 15 and 98. RGB value is (62,21,152). Sum of RGB (Red+Green+Blue) = 62+21+152=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E1598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1598 is #C1EA67. Grayscale: #2F2F2F. Windows color (decimal): -12708456 or 9966910. OLE color: 9966910.

HSL color Cylindrical-coordinate representation of color #3E1598: hue angle of 258.78º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1598 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6221152-
CMYK0.590.8600.40
HSL258.78º75.72%33.92%-
HSV(B)258.78º86.18%59.61%-
XYZ7.923.8330.03-
YUV48.19186.58137.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=26.38%
G=8.94%
B=64.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal62211520.590.8600.40258.7875.7233.92
Hex3E15983B560281034c22
Octal76252307312605040311442
Binary1111101010110011000111011101011001010001000000111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,152); }

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

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

 a { background-color: rgb(62,21,152); }

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

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

 span { border-color: rgb(62,21,152); }

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