Html Css Color HEX #3E1B84 Persian Indigo

📋 copy color: '#3E1B84'

red 62 ◦ green 27 ◦ blue 132

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

Shades of Persian Indigo #3E1B84

Tints of Persian Indigo #3E1B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.22%

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

R = 28.05%
G = 12.22%
B = 59.73%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E1B84 (or 0x3E1B84) is known color: Persian Indigo. HEX triplet: 3E, 1B and 84. RGB value is (62,27,132). Sum of RGB (Red+Green+Blue) = 62+27+132=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1B84 is #C1E47B. Grayscale: #313131. Windows color (decimal): -12706940 or 8657726. OLE color: 8657726.

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

Color convert

RGB 62 27 132 -
CMYK 0.53 0.80 0 0.48
HSL 260º 0.66% 0.31% -
HSV(B) 260º 0.8% 0.52% -
XYZ 6.54 3.47 22.16 -
YUV 49.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 62 27 132 0.53 0.80 0 0.48 260 0.66 0.31
Hex 3E 1B 84 35 50 0 30 104 42 1F
Octal 76 33 204 65 120 0 60 404 102 37
Binary 111110 11011 10000100 110101 1010000 0 110000 100000100 1000010 11111

Color Harmonies of #3E1B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1B84

Black with #3E1B84

Text Example


Text Example

White with #3E1B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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