#3E1588

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

Shades of Persian Indigo #3E1588

Tints of Persian Indigo #3E1588

Color information

#3E1588 (or 0x3E1588) is unknown color: approx Persian Indigo. HEX triplet: 3E, 15 and 88. RGB value is (62,21,136). Sum of RGB (Red+Green+Blue) = 62+21+136=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1588 is #C1EA77. Grayscale: #2D2D2D. Windows color (decimal): -12708472 or 8918334. OLE color: 8918334.

HSL color Cylindrical-coordinate representation of color #3E1588: hue angle of 261.39º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1588 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6221136-
CMYK0.540.8500.47
HSL261.39º73.25%30.78%-
HSV(B)261.39º84.56%53.33%-
XYZ6.73.3423.58-
YUV46.37178.58139.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=28.31%
G=9.59%
B=62.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62211360.540.8500.47261.3973.2530.78
Hex3E1588365502F105491f
Octal76252106612505740511137
Binary111110101011000100011011010101010101111100000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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