#3E1495

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

Shades of Persian Indigo #3E1495

Tints of Persian Indigo #3E1495

Color information

#3E1495 (or 0x3E1495) is unknown color: approx Persian Indigo. HEX triplet: 3E, 14 and 95. RGB value is (62,20,149). Sum of RGB (Red+Green+Blue) = 62+20+149=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E1495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1495 is #C1EB6A. Grayscale: #2E2E2E. Windows color (decimal): -12708715 or 9770046. OLE color: 9770046.

HSL color Cylindrical-coordinate representation of color #3E1495: hue angle of 259.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1495 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6220149-
CMYK0.580.8700.42
HSL259.53º76.33%33.14%-
HSV(B)259.53º86.58%58.43%-
XYZ7.663.6928.74-
YUV47.26185.41138.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.84%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=26.84%
G=8.66%
B=64.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62201490.580.8700.42259.5376.3333.14
Hex3E14953A5702A1044c21
Octal76242257212705240411441
Binary1111101010010010101111010101011101010101000001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,20,149); }

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

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

 a { background-color: rgb(62,20,149); }

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

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

 span { border-color: rgb(62,20,149); }

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