Html Css Color HEX #3E1773 Persian Indigo

📋 copy color: '#3E1773'

red 62 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #3E1773

Tints of Persian Indigo #3E1773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 31%
G = 11.5%
B = 57.5%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E1773 (or 0x3E1773) is known color: Persian Indigo. HEX triplet: 3E, 17 and 73. RGB value is (62,23,115). Sum of RGB (Red+Green+Blue) = 62+23+115=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1773 is #C1E88C. Grayscale: #2C2C2C. Windows color (decimal): -12707981 or 7542590. OLE color: 7542590.

HSL color Cylindrical-coordinate representation of color #3E1773: hue angle of 265.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E1773 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 23 115 -
CMYK 0.46 0.80 0 0.55
HSL 265.43º 0.67% 0.27% -
HSV(B) 265.43º 0.8% 0.45% -
XYZ 5.39 2.87 16.49 -
YUV 45.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 62 23 115 0.46 0.80 0 0.55 265.43 0.67 0.27
Hex 3E 17 73 2E 50 0 37 109 43 1B
Octal 76 27 163 56 120 0 67 411 103 33
Binary 111110 10111 1110011 101110 1010000 0 110111 100001001 1000011 11011

Color Harmonies of #3E1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1773

Black with #3E1773

Text Example


Text Example

White with #3E1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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