#3E0D77

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

Shades of Persian Indigo #3E0D77

Tints of Persian Indigo #3E0D77

Color information

#3E0D77 (or 0x3E0D77) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0D and 77. RGB value is (62,13,119). Sum of RGB (Red+Green+Blue) = 62+13+119=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E0D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D77 is #C1F288. Grayscale: #272727. Windows color (decimal): -12710537 or 7802174. OLE color: 7802174.

HSL color Cylindrical-coordinate representation of color #3E0D77: hue angle of 267.74º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0D77 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6213119-
CMYK0.480.8900.53
HSL267.74º80.3%25.88%-
HSV(B)267.74º89.08%46.67%-
XYZ5.462.6417.68-
YUV39.74172.73143.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.96%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=31.96%
G=6.70%
B=61.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62131190.480.8900.53267.7480.325.88
Hex3ED77305903510c501a
Octal76151676013106541412032
Binary1111101101111011111000010110010110101100001100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,13,119); }

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

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

 a { background-color: rgb(62,13,119); }

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

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

 span { border-color: rgb(62,13,119); }

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