Html Css Color HEX #3E0EA6 Persian Indigo

📋 copy color: '#3E0EA6'

red 62 ◦ green 14 ◦ blue 166

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

Shades of Persian Indigo #3E0EA6

Tints of Persian Indigo #3E0EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 68.6%

R = 25.62%
G = 5.79%
B = 68.6%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3E0EA6 (or 0x3E0EA6) is known color: Persian Indigo. HEX triplet: 3E, 0E and A6. RGB value is (62,14,166). Sum of RGB (Red+Green+Blue) = 62+14+166=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #3E0EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0EA6 is #C1F159. Grayscale: #2D2D2D. Windows color (decimal): -12710234 or 10882622. OLE color: 10882622.

HSL color Cylindrical-coordinate representation of color #3E0EA6: hue angle of 258.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0EA6 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 62 14 166 -
CMYK 0.63 0.92 0 0.35
HSL 258.95º 0.84% 0.35% -
HSV(B) 258.95º 0.92% 0.65% -
XYZ 9.03 4.09 36.39 -
YUV 45.68 195.9 139.64 -
System Red Green Blue C M Y K H S L
Decimal 62 14 166 0.63 0.92 0 0.35 258.95 0.84 0.35
Hex 3E E A6 3F 5C 0 23 103 54 23
Octal 76 16 246 77 134 0 43 403 124 43
Binary 111110 1110 10100110 111111 1011100 0 100011 100000011 1010100 100011

Color Harmonies of #3E0EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0EA6

Black with #3E0EA6

Text Example


Text Example

White with #3E0EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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