Html Css Color HEX #3E1284 Persian Indigo

📋 copy color: '#3E1284'

red 62 ◦ green 18 ◦ blue 132

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

Shades of Persian Indigo #3E1284

Tints of Persian Indigo #3E1284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 29.25%
G = 8.49%
B = 62.26%

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

#3E1284 (or 0x3E1284) is known color: Persian Indigo. HEX triplet: 3E, 12 and 84. RGB value is (62,18,132). Sum of RGB (Red+Green+Blue) = 62+18+132=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1284 is #C1ED7B. Grayscale: #2B2B2B. Windows color (decimal): -12709244 or 8655422. OLE color: 8655422.

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

Color convert

RGB 62 18 132 -
CMYK 0.53 0.86 0 0.48
HSL 263.16º 0.76% 0.29% -
HSV(B) 263.16º 0.86% 0.52% -
XYZ 6.37 3.12 22.1 -
YUV 44.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 62 18 132 0.53 0.86 0 0.48 263.16 0.76 0.29
Hex 3E 12 84 35 56 0 30 107 4C 1D
Octal 76 22 204 65 126 0 60 407 114 35
Binary 111110 10010 10000100 110101 1010110 0 110000 100000111 1001100 11101

Color Harmonies of #3E1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1284

Black with #3E1284

Text Example


Text Example

White with #3E1284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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