Html Css Color HEX #3E1491 Persian Indigo

📋 copy color: '#3E1491'

red 62 ◦ green 20 ◦ blue 145

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

Shades of Persian Indigo #3E1491

Tints of Persian Indigo #3E1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 27.31%
G = 8.81%
B = 63.88%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E1491 (or 0x3E1491) is known color: Persian Indigo. HEX triplet: 3E, 14 and 91. RGB value is (62,20,145). Sum of RGB (Red+Green+Blue) = 62+20+145=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E1491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1491 is #C1EB6E. Grayscale: #2E2E2E. Windows color (decimal): -12708719 or 9507902. OLE color: 9507902.

HSL color Cylindrical-coordinate representation of color #3E1491: hue angle of 260.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1491 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 20 145 -
CMYK 0.57 0.86 0 0.43
HSL 260.16º 0.76% 0.32% -
HSV(B) 260.16º 0.86% 0.57% -
XYZ 7.35 3.57 27.09 -
YUV 46.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 62 20 145 0.57 0.86 0 0.43 260.16 0.76 0.32
Hex 3E 14 91 39 56 0 2B 104 4C 20
Octal 76 24 221 71 126 0 53 404 114 40
Binary 111110 10100 10010001 111001 1010110 0 101011 100000100 1001100 100000

Color Harmonies of #3E1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1491

Black with #3E1491

Text Example


Text Example

White with #3E1491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,20,145); }

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

background-color css

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

 a { background-color: rgb(62,20,145); }

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

border-color css

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

 span { border-color: rgb(62,20,145); }

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