Html Css Color HEX #3E1182 Persian Indigo

📋 copy color: '#3E1182'

red 62 ◦ green 17 ◦ blue 130

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

Shades of Persian Indigo #3E1182

Tints of Persian Indigo #3E1182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 29.67%
G = 8.13%
B = 62.2%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3E1182 (or 0x3E1182) is known color: Persian Indigo. HEX triplet: 3E, 11 and 82. RGB value is (62,17,130). Sum of RGB (Red+Green+Blue) = 62+17+130=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E1182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1182 is #C1EE7D. Grayscale: #2A2A2A. Windows color (decimal): -12709502 or 8524094. OLE color: 8524094.

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

Color convert

RGB 62 17 130 -
CMYK 0.52 0.87 0 0.49
HSL 263.89º 0.77% 0.29% -
HSV(B) 263.89º 0.87% 0.51% -
XYZ 6.22 3.04 21.38 -
YUV 43.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 62 17 130 0.52 0.87 0 0.49 263.89 0.77 0.29
Hex 3E 11 82 34 57 0 31 108 4D 1D
Octal 76 21 202 64 127 0 61 410 115 35
Binary 111110 10001 10000010 110100 1010111 0 110001 100001000 1001101 11101

Color Harmonies of #3E1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1182

Black with #3E1182

Text Example


Text Example

White with #3E1182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,17,130); }

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

background-color css

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

 a { background-color: rgb(62,17,130); }

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

border-color css

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

 span { border-color: rgb(62,17,130); }

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