Html Css Color HEX #3E11AD Persian Indigo

📋 copy color: '#3E11AD'

red 62 ◦ green 17 ◦ blue 173

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

Shades of Persian Indigo #3E11AD

Tints of Persian Indigo #3E11AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 24.6%
G = 6.75%
B = 68.65%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E11AD (or 0x3E11AD) is known color: Persian Indigo. HEX triplet: 3E, 11 and AD. RGB value is (62,17,173). Sum of RGB (Red+Green+Blue) = 62+17+173=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E11AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E11AD is #C1EE52. Grayscale: #2F2F2F. Windows color (decimal): -12709459 or 11342142. OLE color: 11342142.

HSL color Cylindrical-coordinate representation of color #3E11AD: hue angle of 257.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E11AD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 17 173 -
CMYK 0.64 0.90 0 0.32
HSL 257.31º 0.82% 0.37% -
HSV(B) 257.31º 0.9% 0.68% -
XYZ 9.73 4.44 39.88 -
YUV 48.24 198.41 137.82 -
System Red Green Blue C M Y K H S L
Decimal 62 17 173 0.64 0.90 0 0.32 257.31 0.82 0.37
Hex 3E 11 AD 40 5A 0 20 101 52 25
Octal 76 21 255 100 132 0 40 401 122 45
Binary 111110 10001 10101101 1000000 1011010 0 100000 100000001 1010010 100101

Color Harmonies of #3E11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E11AD

Black with #3E11AD

Text Example


Text Example

White with #3E11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,17,173); }

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

background-color css

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

 a { background-color: rgb(62,17,173); }

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

border-color css

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

 span { border-color: rgb(62,17,173); }

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