Html Css Color HEX #3A0EAA Persian Indigo

📋 copy color: '#3A0EAA'

red 58 ◦ green 14 ◦ blue 170

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

Shades of Persian Indigo #3A0EAA

Tints of Persian Indigo #3A0EAA

RGB

 RED value IS 58 (23.05% from 255) = 23.97%

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

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 23.97%
G = 5.79%
B = 70.25%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A0EAA (or 0x3A0EAA) is known color: Persian Indigo. HEX triplet: 3A, 0E and AA. RGB value is (58,14,170). Sum of RGB (Red+Green+Blue) = 58+14+170=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A0EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0EAA is #C5F155. Grayscale: #2C2C2C. Windows color (decimal): -12972374 or 11144762. OLE color: 11144762.

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

Color convert

RGB 58 14 170 -
CMYK 0.66 0.92 0 0.33
HSL 256.92º 0.85% 0.36% -
HSV(B) 256.92º 0.92% 0.67% -
XYZ 9.16 4.12 38.34 -
YUV 44.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 58 14 170 0.66 0.92 0 0.33 256.92 0.85 0.36
Hex 3A E AA 42 5C 0 21 101 55 24
Octal 72 16 252 102 134 0 41 401 125 44
Binary 111010 1110 10101010 1000010 1011100 0 100001 100000001 1010101 100100

Color Harmonies of #3A0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0EAA

Black with #3A0EAA

Text Example


Text Example

White with #3A0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,14,170); }

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

background-color css

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

 a { background-color: rgb(58,14,170); }

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

border-color css

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

 span { border-color: rgb(58,14,170); }

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