Html Css Color HEX #3E1384 Persian Indigo

📋 copy color: '#3E1384'

red 62 ◦ green 19 ◦ blue 132

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

Shades of Persian Indigo #3E1384

Tints of Persian Indigo #3E1384

RGB

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

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

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

R = 29.11%
G = 8.92%
B = 61.97%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E1384 (or 0x3E1384) is known color: Persian Indigo. HEX triplet: 3E, 13 and 84. RGB value is (62,19,132). Sum of RGB (Red+Green+Blue) = 62+19+132=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1384 is #C1EC7B. Grayscale: #2C2C2C. Windows color (decimal): -12708988 or 8655678. OLE color: 8655678.

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

Color convert

RGB 62 19 132 -
CMYK 0.53 0.86 0 0.48
HSL 262.83º 0.75% 0.3% -
HSV(B) 262.83º 0.86% 0.52% -
XYZ 6.38 3.16 22.1 -
YUV 44.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 62 19 132 0.53 0.86 0 0.48 262.83 0.75 0.3
Hex 3E 13 84 35 56 0 30 107 4B 1E
Octal 76 23 204 65 126 0 60 407 113 36
Binary 111110 10011 10000100 110101 1010110 0 110000 100000111 1001011 11110

Color Harmonies of #3E1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1384

Black with #3E1384

Text Example


Text Example

White with #3E1384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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