Html Css Color HEX #3A16AA Persian Indigo

📋 copy color: '#3A16AA'

red 58 ◦ green 22 ◦ blue 170

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

Shades of Persian Indigo #3A16AA

Tints of Persian Indigo #3A16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 23.2%
G = 8.8%
B = 68%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A16AA (or 0x3A16AA) is known color: Persian Indigo. HEX triplet: 3A, 16 and AA. RGB value is (58,22,170). Sum of RGB (Red+Green+Blue) = 58+22+170=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A16AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A16AA is #C5E955. Grayscale: #313131. Windows color (decimal): -12970326 or 11146810. OLE color: 11146810.

HSL color Cylindrical-coordinate representation of color #3A16AA: hue angle of 254.59º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A16AA is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 22 170 -
CMYK 0.66 0.87 0 0.33
HSL 254.59º 0.77% 0.38% -
HSV(B) 254.59º 0.87% 0.67% -
XYZ 9.29 4.38 38.39 -
YUV 49.64 195.93 133.97 -
System Red Green Blue C M Y K H S L
Decimal 58 22 170 0.66 0.87 0 0.33 254.59 0.77 0.38
Hex 3A 16 AA 42 57 0 21 FF 4D 26
Octal 72 26 252 102 127 0 41 377 115 46
Binary 111010 10110 10101010 1000010 1010111 0 100001 11111111 1001101 100110

Color Harmonies of #3A16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A16AA

Black with #3A16AA

Text Example


Text Example

White with #3A16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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