Html Css Color HEX #3A11AE Persian Indigo

📋 copy color: '#3A11AE'

red 58 ◦ green 17 ◦ blue 174

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

Shades of Persian Indigo #3A11AE

Tints of Persian Indigo #3A11AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 23.29%
G = 6.83%
B = 69.88%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A11AE (or 0x3A11AE) is known color: Persian Indigo. HEX triplet: 3A, 11 and AE. RGB value is (58,17,174). Sum of RGB (Red+Green+Blue) = 58+17+174=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A11AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A11AE is #C5EE51. Grayscale: #2E2E2E. Windows color (decimal): -12971602 or 11407674. OLE color: 11407674.

HSL color Cylindrical-coordinate representation of color #3A11AE: hue angle of 255.67º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A11AE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 17 174 -
CMYK 0.67 0.90 0 0.32
HSL 255.67º 0.82% 0.37% -
HSV(B) 255.67º 0.9% 0.68% -
XYZ 9.59 4.36 40.38 -
YUV 47.16 199.58 135.73 -
System Red Green Blue C M Y K H S L
Decimal 58 17 174 0.67 0.90 0 0.32 255.67 0.82 0.37
Hex 3A 11 AE 43 5A 0 20 100 52 25
Octal 72 21 256 103 132 0 40 400 122 45
Binary 111010 10001 10101110 1000011 1011010 0 100000 100000000 1010010 100101

Color Harmonies of #3A11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A11AE

Black with #3A11AE

Text Example


Text Example

White with #3A11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,174); }

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

background-color css

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

 a { background-color: rgb(58,17,174); }

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

border-color css

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

 span { border-color: rgb(58,17,174); }

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