Html Css Color HEX #3E0EAC Persian Indigo

📋 copy color: '#3E0EAC'

red 62 ◦ green 14 ◦ blue 172

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

Shades of Persian Indigo #3E0EAC

Tints of Persian Indigo #3E0EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 25%
G = 5.65%
B = 69.35%

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

#3E0EAC (or 0x3E0EAC) is known color: Persian Indigo. HEX triplet: 3E, 0E and AC. RGB value is (62,14,172). Sum of RGB (Red+Green+Blue) = 62+14+172=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0EAC is #C1F153. Grayscale: #2D2D2D. Windows color (decimal): -12710228 or 11275838. OLE color: 11275838.

HSL color Cylindrical-coordinate representation of color #3E0EAC: hue angle of 258.23º 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 #3E0EAC is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 14 172 -
CMYK 0.64 0.92 0 0.33
HSL 258.23º 0.85% 0.36% -
HSV(B) 258.23º 0.92% 0.67% -
XYZ 9.59 4.32 39.36 -
YUV 46.36 198.9 139.15 -
System Red Green Blue C M Y K H S L
Decimal 62 14 172 0.64 0.92 0 0.33 258.23 0.85 0.36
Hex 3E E AC 40 5C 0 21 102 55 24
Octal 76 16 254 100 134 0 41 402 125 44
Binary 111110 1110 10101100 1000000 1011100 0 100001 100000010 1010101 100100

Color Harmonies of #3E0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0EAC

Black with #3E0EAC

Text Example


Text Example

White with #3E0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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