Html Css Color HEX #3E0D76 Persian Indigo

📋 copy color: '#3E0D76'

red 62 ◦ green 13 ◦ blue 118

#3E0D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3E0D76

Tints of Persian Indigo #3E0D76

RGB

 RED value IS 62 (24.61% from 255) = 32.12%

 GREEN value IS 13 (5.47% from 255) = 6.74%

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 32.12%
G = 6.74%
B = 61.14%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E0D76 (or 0x3E0D76) is known color: Persian Indigo. HEX triplet: 3E, 0D and 76. RGB value is (62,13,118). Sum of RGB (Red+Green+Blue) = 62+13+118=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E0D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D76 is #C1F289. Grayscale: #272727. Windows color (decimal): -12710538 or 7736638. OLE color: 7736638.

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

Color convert

RGB 62 13 118 -
CMYK 0.47 0.89 0 0.54
HSL 268º 0.8% 0.26% -
HSV(B) 268º 0.89% 0.46% -
XYZ 5.4 2.62 17.36 -
YUV 39.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 62 13 118 0.47 0.89 0 0.54 268 0.8 0.26
Hex 3E D 76 2F 59 0 36 10C 50 1A
Octal 76 15 166 57 131 0 66 414 120 32
Binary 111110 1101 1110110 101111 1011001 0 110110 100001100 1010000 11010

Color Harmonies of #3E0D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0D76

Black with #3E0D76

Text Example


Text Example

White with #3E0D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E0D76;
 }
 .AnyTagClassName
 {
   color: #3E0D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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