Html Css Color HEX #3E2092 Persian Indigo

📋 copy color: '#3E2092'

red 62 ◦ green 32 ◦ blue 146

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

Shades of Persian Indigo #3E2092

Tints of Persian Indigo #3E2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 25.83%
G = 13.33%
B = 60.83%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E2092 (or 0x3E2092) is known color: Persian Indigo. HEX triplet: 3E, 20 and 92. RGB value is (62,32,146). Sum of RGB (Red+Green+Blue) = 62+32+146=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E2092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2092 is #C1DF6D. Grayscale: #353535. Windows color (decimal): -12705646 or 9576510. OLE color: 9576510.

HSL color Cylindrical-coordinate representation of color #3E2092: hue angle of 255.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E2092 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 32 146 -
CMYK 0.58 0.78 0 0.43
HSL 255.79º 0.64% 0.35% -
HSV(B) 255.79º 0.78% 0.57% -
XYZ 7.69 4.13 27.59 -
YUV 53.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 62 32 146 0.58 0.78 0 0.43 255.79 0.64 0.35
Hex 3E 20 92 3A 4E 0 2B 100 40 23
Octal 76 40 222 72 116 0 53 400 100 43
Binary 111110 100000 10010010 111010 1001110 0 101011 100000000 1000000 100011

Color Harmonies of #3E2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2092

Black with #3E2092

Text Example


Text Example

White with #3E2092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,146); }

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

background-color css

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

 a { background-color: rgb(62,32,146); }

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

border-color css

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

 span { border-color: rgb(62,32,146); }

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