Html Css Color HEX #3A16AD Persian Indigo

📋 copy color: '#3A16AD'

red 58 ◦ green 22 ◦ blue 173

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

Shades of Persian Indigo #3A16AD

Tints of Persian Indigo #3A16AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.38%

R = 22.92%
G = 8.7%
B = 68.38%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A16AD (or 0x3A16AD) is known color: Persian Indigo. HEX triplet: 3A, 16 and AD. RGB value is (58,22,173). Sum of RGB (Red+Green+Blue) = 58+22+173=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A16AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A16AD is #C5E952. Grayscale: #313131. Windows color (decimal): -12970323 or 11343418. OLE color: 11343418.

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

Color convert

RGB 58 22 173 -
CMYK 0.66 0.87 0 0.32
HSL 254.3º 0.77% 0.38% -
HSV(B) 254.3º 0.87% 0.68% -
XYZ 9.57 4.49 39.9 -
YUV 49.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 58 22 173 0.66 0.87 0 0.32 254.3 0.77 0.38
Hex 3A 16 AD 42 57 0 20 FE 4D 26
Octal 72 26 255 102 127 0 40 376 115 46
Binary 111010 10110 10101101 1000010 1010111 0 100000 11111110 1001101 100110

Color Harmonies of #3A16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A16AD

Black with #3A16AD

Text Example


Text Example

White with #3A16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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