#3E1284

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

Shades of Persian Indigo #3E1284

Tints of Persian Indigo #3E1284

Color information

#3E1284 (or 0x3E1284) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 84. RGB value is (62,18,132). Sum of RGB (Red+Green+Blue) = 62+18+132=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1284 is #C1ED7B. Grayscale: #2B2B2B. Windows color (decimal): -12709244 or 8655422. OLE color: 8655422.

HSL color Cylindrical-coordinate representation of color #3E1284: hue angle of 263.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1284 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6218132-
CMYK0.530.8600.48
HSL263.16º76%29.41%-
HSV(B)263.16º86.36%51.76%-
XYZ6.373.1222.1-
YUV44.15177.58140.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=29.25%
G=8.49%
B=62.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62181320.530.8600.48263.167629.41
Hex3E128435560301074c1d
Octal76222046512606040711435
Binary111110100101000010011010110101100110000100000111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,132); }

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

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

 a { background-color: rgb(62,18,132); }

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

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

 span { border-color: rgb(62,18,132); }

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