Html Css Color HEX #3E0EAB Persian Indigo

📋 copy color: '#3E0EAB'

red 62 ◦ green 14 ◦ blue 171

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

Shades of Persian Indigo #3E0EAB

Tints of Persian Indigo #3E0EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

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

R = 25.1%
G = 5.67%
B = 69.23%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E0EAB (or 0x3E0EAB) is known color: Persian Indigo. HEX triplet: 3E, 0E and AB. RGB value is (62,14,171). Sum of RGB (Red+Green+Blue) = 62+14+171=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E0EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0EAB is #C1F154. Grayscale: #2D2D2D. Windows color (decimal): -12710229 or 11210302. OLE color: 11210302.

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

Color convert

RGB 62 14 171 -
CMYK 0.64 0.92 0 0.33
HSL 258.34º 0.85% 0.36% -
HSV(B) 258.34º 0.92% 0.67% -
XYZ 9.49 4.28 38.85 -
YUV 46.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 62 14 171 0.64 0.92 0 0.33 258.34 0.85 0.36
Hex 3E E AB 40 5C 0 21 102 55 24
Octal 76 16 253 100 134 0 41 402 125 44
Binary 111110 1110 10101011 1000000 1011100 0 100001 100000010 1010101 100100

Color Harmonies of #3E0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0EAB

Black with #3E0EAB

Text Example


Text Example

White with #3E0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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