#3E1395

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

Shades of Persian Indigo #3E1395

Tints of Persian Indigo #3E1395

Color information

#3E1395 (or 0x3E1395) is unknown color: approx Persian Indigo. HEX triplet: 3E, 13 and 95. RGB value is (62,19,149). Sum of RGB (Red+Green+Blue) = 62+19+149=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E1395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1395 is #C1EC6A. Grayscale: #2E2E2E. Windows color (decimal): -12708971 or 9769790. OLE color: 9769790.

HSL color Cylindrical-coordinate representation of color #3E1395: hue angle of 259.85º degrees, saturation: 0.77, 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 #3E1395 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6219149-
CMYK0.580.8700.42
HSL259.85º77.38%32.94%-
HSV(B)259.85º87.25%58.43%-
XYZ7.643.6628.74-
YUV46.68185.75138.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=26.96%
G=8.26%
B=64.78%

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
Decimal62191490.580.8700.42259.8577.3832.94
Hex3E13953A5702A1044d21
Octal76232257212705240411541
Binary1111101001110010101111010101011101010101000001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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