Html Css Color HEX #3E1B76 Persian Indigo

📋 copy color: '#3E1B76'

red 62 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #3E1B76

Tints of Persian Indigo #3E1B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

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

R = 29.95%
G = 13.04%
B = 57%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E1B76 (or 0x3E1B76) is known color: Persian Indigo. HEX triplet: 3E, 1B and 76. RGB value is (62,27,118). Sum of RGB (Red+Green+Blue) = 62+27+118=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E1B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1B76 is #C1E489. Grayscale: #2F2F2F. Windows color (decimal): -12706954 or 7740222. OLE color: 7740222.

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

Color convert

RGB 62 27 118 -
CMYK 0.47 0.77 0 0.54
HSL 263.08º 0.63% 0.28% -
HSV(B) 263.08º 0.77% 0.46% -
XYZ 5.65 3.12 17.44 -
YUV 47.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 62 27 118 0.47 0.77 0 0.54 263.08 0.63 0.28
Hex 3E 1B 76 2F 4D 0 36 107 3F 1C
Octal 76 33 166 57 115 0 66 407 77 34
Binary 111110 11011 1110110 101111 1001101 0 110110 100000111 111111 11100

Color Harmonies of #3E1B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1B76

Black with #3E1B76

Text Example


Text Example

White with #3E1B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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