Html Css Color HEX #3E13AB Persian Indigo

📋 copy color: '#3E13AB'

red 62 ◦ green 19 ◦ blue 171

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

Shades of Persian Indigo #3E13AB

Tints of Persian Indigo #3E13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 24.6%
G = 7.54%
B = 67.86%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E13AB (or 0x3E13AB) is known color: Persian Indigo. HEX triplet: 3E, 13 and AB. RGB value is (62,19,171). Sum of RGB (Red+Green+Blue) = 62+19+171=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E13AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E13AB is #C1EC54. Grayscale: #303030. Windows color (decimal): -12708949 or 11211582. OLE color: 11211582.

HSL color Cylindrical-coordinate representation of color #3E13AB: hue angle of 256.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E13AB is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 19 171 -
CMYK 0.64 0.89 0 0.33
HSL 256.97º 0.8% 0.37% -
HSV(B) 256.97º 0.89% 0.67% -
XYZ 9.57 4.43 38.88 -
YUV 49.19 196.75 137.14 -
System Red Green Blue C M Y K H S L
Decimal 62 19 171 0.64 0.89 0 0.33 256.97 0.8 0.37
Hex 3E 13 AB 40 59 0 21 101 50 25
Octal 76 23 253 100 131 0 41 401 120 45
Binary 111110 10011 10101011 1000000 1011001 0 100001 100000001 1010000 100101

Color Harmonies of #3E13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E13AB

Black with #3E13AB

Text Example


Text Example

White with #3E13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,171); }

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

background-color css

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

 a { background-color: rgb(62,19,171); }

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

border-color css

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

 span { border-color: rgb(62,19,171); }

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