#3E1283

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

Shades of Persian Indigo #3E1283

Tints of Persian Indigo #3E1283

Color information

#3E1283 (or 0x3E1283) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 83. RGB value is (62,18,131). Sum of RGB (Red+Green+Blue) = 62+18+131=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #3E1283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1283 is #C1ED7C. Grayscale: #2B2B2B. Windows color (decimal): -12709245 or 8589886. OLE color: 8589886.

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

Color convert

RGB6218131-
CMYK0.530.8600.49
HSL263.36º75.84%29.22%-
HSV(B)263.36º86.26%51.37%-
XYZ6.33.121.74-
YUV44.04177.08140.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=29.38%
G=8.53%
B=62.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62181310.530.8600.49263.3675.8429.22
Hex3E128335560311074c1d
Octal76222036512606140711435
Binary111110100101000001111010110101100110001100000111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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