Html Css Color HEX #3E1D9A Persian Indigo

📋 copy color: '#3E1D9A'

red 62 ◦ green 29 ◦ blue 154

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

Shades of Persian Indigo #3E1D9A

Tints of Persian Indigo #3E1D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 154 (60.55% from 255) = 62.86%

R = 25.31%
G = 11.84%
B = 62.86%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E1D9A (or 0x3E1D9A) is known color: Persian Indigo. HEX triplet: 3E, 1D and 9A. RGB value is (62,29,154). Sum of RGB (Red+Green+Blue) = 62+29+154=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E1D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1D9A is #C1E265. Grayscale: #343434. Windows color (decimal): -12706406 or 10100030. OLE color: 10100030.

HSL color Cylindrical-coordinate representation of color #3E1D9A: hue angle of 255.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1D9A is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 62 29 154 -
CMYK 0.60 0.81 0 0.40
HSL 255.84º 0.68% 0.36% -
HSV(B) 255.84º 0.81% 0.6% -
XYZ 8.26 4.24 30.95 -
YUV 53.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 62 29 154 0.60 0.81 0 0.40 255.84 0.68 0.36
Hex 3E 1D 9A 3C 51 0 28 100 44 24
Octal 76 35 232 74 121 0 50 400 104 44
Binary 111110 11101 10011010 111100 1010001 0 101000 100000000 1000100 100100

Color Harmonies of #3E1D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D9A

Black with #3E1D9A

Text Example


Text Example

White with #3E1D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,29,154); }

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

background-color css

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

 a { background-color: rgb(62,29,154); }

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

border-color css

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

 span { border-color: rgb(62,29,154); }

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