Html Css Color HEX #3A1980 Persian Indigo

📋 copy color: '#3A1980'

red 58 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #3A1980

Tints of Persian Indigo #3A1980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 128 (50.39% from 255) = 60.66%

R = 27.49%
G = 11.85%
B = 60.66%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A1980 (or 0x3A1980) is known color: Persian Indigo. HEX triplet: 3A, 19 and 80. RGB value is (58,25,128). Sum of RGB (Red+Green+Blue) = 58+25+128=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A1980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1980 is #C5E67F. Grayscale: #2E2E2E. Windows color (decimal): -12969600 or 8395066. OLE color: 8395066.

HSL color Cylindrical-coordinate representation of color #3A1980: hue angle of 259.22º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1980 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 25 128 -
CMYK 0.55 0.80 0 0.50
HSL 259.22º 0.67% 0.3% -
HSV(B) 259.22º 0.8% 0.5% -
XYZ 5.99 3.15 20.72 -
YUV 46.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 58 25 128 0.55 0.80 0 0.50 259.22 0.67 0.3
Hex 3A 19 80 37 50 0 32 103 43 1E
Octal 72 31 200 67 120 0 62 403 103 36
Binary 111010 11001 10000000 110111 1010000 0 110010 100000011 1000011 11110

Color Harmonies of #3A1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1980

Black with #3A1980

Text Example


Text Example

White with #3A1980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,25,128); }

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

background-color css

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

 a { background-color: rgb(58,25,128); }

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

border-color css

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

 span { border-color: rgb(58,25,128); }

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