Html Css Color HEX #3E1482 Persian Indigo

📋 copy color: '#3E1482'

red 62 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #3E1482

Tints of Persian Indigo #3E1482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 130 (51.17% from 255) = 61.32%

R = 29.25%
G = 9.43%
B = 61.32%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3E1482 (or 0x3E1482) is known color: Persian Indigo. HEX triplet: 3E, 14 and 82. RGB value is (62,20,130). Sum of RGB (Red+Green+Blue) = 62+20+130=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E1482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1482 is #C1EB7D. Grayscale: #2C2C2C. Windows color (decimal): -12708734 or 8524862. OLE color: 8524862.

HSL color Cylindrical-coordinate representation of color #3E1482: hue angle of 262.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1482 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 20 130 -
CMYK 0.52 0.85 0 0.49
HSL 262.91º 0.73% 0.29% -
HSV(B) 262.91º 0.85% 0.51% -
XYZ 6.27 3.14 21.39 -
YUV 45.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 62 20 130 0.52 0.85 0 0.49 262.91 0.73 0.29
Hex 3E 14 82 34 55 0 31 107 49 1D
Octal 76 24 202 64 125 0 61 407 111 35
Binary 111110 10100 10000010 110100 1010101 0 110001 100000111 1001001 11101

Color Harmonies of #3E1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1482

Black with #3E1482

Text Example


Text Example

White with #3E1482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,20,130); }

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

background-color css

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

 a { background-color: rgb(62,20,130); }

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

border-color css

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

 span { border-color: rgb(62,20,130); }

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