Html Css Color HEX #3E1C99 Persian Indigo

📋 copy color: '#3E1C99'

red 62 ◦ green 28 ◦ blue 153

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

Shades of Persian Indigo #3E1C99

Tints of Persian Indigo #3E1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.52%

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 25.51%
G = 11.52%
B = 62.96%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3E1C99 (or 0x3E1C99) is known color: Persian Indigo. HEX triplet: 3E, 1C and 99. RGB value is (62,28,153). Sum of RGB (Red+Green+Blue) = 62+28+153=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E1C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1C99 is #C1E366. Grayscale: #333333. Windows color (decimal): -12706663 or 10034238. OLE color: 10034238.

HSL color Cylindrical-coordinate representation of color #3E1C99: hue angle of 256.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1C99 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 62 28 153 -
CMYK 0.59 0.82 0 0.4
HSL 256.32º 0.69% 0.35% -
HSV(B) 256.32º 0.82% 0.6% -
XYZ 8.15 4.15 30.51 -
YUV 52.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 62 28 153 0.59 0.82 0 0.4 256.32 0.69 0.35
Hex 3E 1C 99 3B 52 0 28 100 45 23
Octal 76 34 231 73 122 0 50 400 105 43
Binary 111110 11100 10011001 111011 1010010 0 101000 100000000 1000101 100011

Color Harmonies of #3E1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1C99

Black with #3E1C99

Text Example


Text Example

White with #3E1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,28,153); }

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

background-color css

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

 a { background-color: rgb(62,28,153); }

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

border-color css

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

 span { border-color: rgb(62,28,153); }

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