Html Css Color HEX #3E1594 Persian Indigo

📋 copy color: '#3E1594'

red 62 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #3E1594

Tints of Persian Indigo #3E1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 26.84%
G = 9.09%
B = 64.07%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E1594 (or 0x3E1594) is known color: Persian Indigo. HEX triplet: 3E, 15 and 94. RGB value is (62,21,148). Sum of RGB (Red+Green+Blue) = 62+21+148=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E1594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1594 is #C1EA6B. Grayscale: #2F2F2F. Windows color (decimal): -12708460 or 9704766. OLE color: 9704766.

HSL color Cylindrical-coordinate representation of color #3E1594: hue angle of 259.37º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1594 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 21 148 -
CMYK 0.58 0.86 0 0.42
HSL 259.37º 0.75% 0.33% -
HSV(B) 259.37º 0.86% 0.58% -
XYZ 7.6 3.7 28.33 -
YUV 47.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 62 21 148 0.58 0.86 0 0.42 259.37 0.75 0.33
Hex 3E 15 94 3A 56 0 2A 103 4B 21
Octal 76 25 224 72 126 0 52 403 113 41
Binary 111110 10101 10010100 111010 1010110 0 101010 100000011 1001011 100001

Color Harmonies of #3E1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1594

Black with #3E1594

Text Example


Text Example

White with #3E1594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,148); }

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

background-color css

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

 a { background-color: rgb(62,21,148); }

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

border-color css

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

 span { border-color: rgb(62,21,148); }

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