Html Css Color HEX #3E1884 Persian Indigo

📋 copy color: '#3E1884'

red 62 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #3E1884

Tints of Persian Indigo #3E1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 28.44%
G = 11.01%
B = 60.55%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E1884 (or 0x3E1884) is known color: Persian Indigo. HEX triplet: 3E, 18 and 84. RGB value is (62,24,132). Sum of RGB (Red+Green+Blue) = 62+24+132=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1884 is #C1E77B. Grayscale: #2F2F2F. Windows color (decimal): -12707708 or 8656958. OLE color: 8656958.

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

Color convert

RGB 62 24 132 -
CMYK 0.53 0.82 0 0.48
HSL 261.11º 0.69% 0.31% -
HSV(B) 261.11º 0.82% 0.52% -
XYZ 6.48 3.34 22.13 -
YUV 47.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 62 24 132 0.53 0.82 0 0.48 261.11 0.69 0.31
Hex 3E 18 84 35 52 0 30 105 45 1F
Octal 76 30 204 65 122 0 60 405 105 37
Binary 111110 11000 10000100 110101 1010010 0 110000 100000101 1000101 11111

Color Harmonies of #3E1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1884

Black with #3E1884

Text Example


Text Example

White with #3E1884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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