Html Css Color HEX #3A1780 Persian Indigo

📋 copy color: '#3A1780'

red 58 ◦ green 23 ◦ blue 128

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

Shades of Persian Indigo #3A1780

Tints of Persian Indigo #3A1780

RGB

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

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

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

R = 27.75%
G = 11%
B = 61.24%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A1780 (or 0x3A1780) is known color: Persian Indigo. HEX triplet: 3A, 17 and 80. RGB value is (58,23,128). Sum of RGB (Red+Green+Blue) = 58+23+128=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A1780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1780 is #C5E87F. Grayscale: #2D2D2D. Windows color (decimal): -12970112 or 8394554. OLE color: 8394554.

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

Color convert

RGB 58 23 128 -
CMYK 0.55 0.82 0 0.50
HSL 260º 0.7% 0.3% -
HSV(B) 260º 0.82% 0.5% -
XYZ 5.95 3.07 20.7 -
YUV 45.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 58 23 128 0.55 0.82 0 0.50 260 0.7 0.3
Hex 3A 17 80 37 52 0 32 104 46 1E
Octal 72 27 200 67 122 0 62 404 106 36
Binary 111010 10111 10000000 110111 1010010 0 110010 100000100 1000110 11110

Color Harmonies of #3A1780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1780

Black with #3A1780

Text Example


Text Example

White with #3A1780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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