Html Css Color HEX #3A1771 Persian Indigo

📋 copy color: '#3A1771'

red 58 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #3A1771

Tints of Persian Indigo #3A1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 29.9%
G = 11.86%
B = 58.25%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A1771 (or 0x3A1771) is known color: Persian Indigo. HEX triplet: 3A, 17 and 71. RGB value is (58,23,113). Sum of RGB (Red+Green+Blue) = 58+23+113=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1771 is #C5E88E. Grayscale: #2B2B2B. Windows color (decimal): -12970127 or 7411514. OLE color: 7411514.

HSL color Cylindrical-coordinate representation of color #3A1771: hue angle of 263.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1771 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 23 113 -
CMYK 0.49 0.80 0 0.56
HSL 263.33º 0.66% 0.27% -
HSV(B) 263.33º 0.8% 0.44% -
XYZ 5.03 2.7 15.88 -
YUV 43.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 58 23 113 0.49 0.80 0 0.56 263.33 0.66 0.27
Hex 3A 17 71 31 50 0 38 107 42 1B
Octal 72 27 161 61 120 0 70 407 102 33
Binary 111010 10111 1110001 110001 1010000 0 111000 100000111 1000010 11011

Color Harmonies of #3A1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1771

Black with #3A1771

Text Example


Text Example

White with #3A1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,23,113); }

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

background-color css

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

 a { background-color: rgb(58,23,113); }

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

border-color css

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

 span { border-color: rgb(58,23,113); }

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