#3E1482

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

Shades of Persian Indigo #3E1482

Tints of Persian Indigo #3E1482

Color information

#3E1482 (or 0x3E1482) is unknown color: approx Persian Indigo. HEX triplet: 3E, 14 and 82. RGB value is (62,20,130). Sum of RGB (Red+Green+Blue) = 62+20+130=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E1482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1482 is #C1EB7D. Grayscale: #2C2C2C. Windows color (decimal): -12708734 or 8524862. OLE color: 8524862.

HSL color Cylindrical-coordinate representation of color #3E1482: hue angle of 262.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1482 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6220130-
CMYK0.520.8500.49
HSL262.91º73.33%29.41%-
HSV(B)262.91º84.62%50.98%-
XYZ6.273.1421.39-
YUV45.1175.91140.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=29.25%
G=9.43%
B=61.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62201300.520.8500.49262.9173.3329.41
Hex3E14823455031107491d
Octal76242026412506140711135
Binary111110101001000001011010010101010110001100000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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