Html Css Color HEX #3E1584 Persian Indigo

📋 copy color: '#3E1584'

red 62 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #3E1584

Tints of Persian Indigo #3E1584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 28.84%
G = 9.77%
B = 61.4%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E1584 (or 0x3E1584) is known color: Persian Indigo. HEX triplet: 3E, 15 and 84. RGB value is (62,21,132). Sum of RGB (Red+Green+Blue) = 62+21+132=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1584 is #C1EA7B. Grayscale: #2D2D2D. Windows color (decimal): -12708476 or 8656190. OLE color: 8656190.

HSL color Cylindrical-coordinate representation of color #3E1584: hue angle of 262.16º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1584 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 21 132 -
CMYK 0.53 0.84 0 0.48
HSL 262.16º 0.73% 0.3% -
HSV(B) 262.16º 0.84% 0.52% -
XYZ 6.42 3.23 22.11 -
YUV 45.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 62 21 132 0.53 0.84 0 0.48 262.16 0.73 0.3
Hex 3E 15 84 35 54 0 30 106 49 1E
Octal 76 25 204 65 124 0 60 406 111 36
Binary 111110 10101 10000100 110101 1010100 0 110000 100000110 1001001 11110

Color Harmonies of #3E1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1584

Black with #3E1584

Text Example


Text Example

White with #3E1584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,132); }

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

background-color css

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

 a { background-color: rgb(62,21,132); }

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

border-color css

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

 span { border-color: rgb(62,21,132); }

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