Html Css Color HEX #3E1370 Persian Indigo

📋 copy color: '#3E1370'

red 62 ◦ green 19 ◦ blue 112

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

Shades of Persian Indigo #3E1370

Tints of Persian Indigo #3E1370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 32.12%
G = 9.84%
B = 58.03%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E1370 (or 0x3E1370) is known color: Persian Indigo. HEX triplet: 3E, 13 and 70. RGB value is (62,19,112). Sum of RGB (Red+Green+Blue) = 62+19+112=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E1370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1370 is #C1EC8F. Grayscale: #2A2A2A. Windows color (decimal): -12709008 or 7344958. OLE color: 7344958.

HSL color Cylindrical-coordinate representation of color #3E1370: hue angle of 267.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E1370 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 19 112 -
CMYK 0.45 0.83 0 0.56
HSL 267.74º 0.71% 0.26% -
HSV(B) 267.74º 0.83% 0.44% -
XYZ 5.14 2.66 15.57 -
YUV 42.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 62 19 112 0.45 0.83 0 0.56 267.74 0.71 0.26
Hex 3E 13 70 2D 53 0 38 10C 47 1A
Octal 76 23 160 55 123 0 70 414 107 32
Binary 111110 10011 1110000 101101 1010011 0 111000 100001100 1000111 11010

Color Harmonies of #3E1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1370

Black with #3E1370

Text Example


Text Example

White with #3E1370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,112); }

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

background-color css

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

 a { background-color: rgb(62,19,112); }

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

border-color css

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

 span { border-color: rgb(62,19,112); }

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