Html Css Color HEX #3E1776 Persian Indigo

📋 copy color: '#3E1776'

red 62 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #3E1776

Tints of Persian Indigo #3E1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

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

R = 30.54%
G = 11.33%
B = 58.13%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E1776 (or 0x3E1776) is known color: Persian Indigo. HEX triplet: 3E, 17 and 76. RGB value is (62,23,118). Sum of RGB (Red+Green+Blue) = 62+23+118=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1776 is #C1E889. Grayscale: #2D2D2D. Windows color (decimal): -12707978 or 7739198. OLE color: 7739198.

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

Color convert

RGB 62 23 118 -
CMYK 0.47 0.81 0 0.54
HSL 264.63º 0.67% 0.28% -
HSV(B) 264.63º 0.81% 0.46% -
XYZ 5.56 2.94 17.41 -
YUV 45.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 62 23 118 0.47 0.81 0 0.54 264.63 0.67 0.28
Hex 3E 17 76 2F 51 0 36 109 43 1C
Octal 76 27 166 57 121 0 66 411 103 34
Binary 111110 10111 1110110 101111 1010001 0 110110 100001001 1000011 11100

Color Harmonies of #3E1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1776

Black with #3E1776

Text Example


Text Example

White with #3E1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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