Html Css Color HEX #3A0580 Persian Indigo

📋 copy color: '#3A0580'

red 58 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #3A0580

Tints of Persian Indigo #3A0580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 30.37%
G = 2.62%
B = 67.02%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A0580 (or 0x3A0580) is known color: Persian Indigo. HEX triplet: 3A, 05 and 80. RGB value is (58,5,128). Sum of RGB (Red+Green+Blue) = 58+5+128=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A0580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0580 is #C5FA7F. Grayscale: #222222. Windows color (decimal): -12974720 or 8389946. OLE color: 8389946.

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

Color convert

RGB 58 5 128 -
CMYK 0.55 0.96 0 0.50
HSL 265.85º 0.92% 0.26% -
HSV(B) 265.85º 0.96% 0.5% -
XYZ 5.7 2.57 20.62 -
YUV 34.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 58 5 128 0.55 0.96 0 0.50 265.85 0.92 0.26
Hex 3A 5 80 37 60 0 32 10A 5C 1A
Octal 72 5 200 67 140 0 62 412 134 32
Binary 111010 101 10000000 110111 1100000 0 110010 100001010 1011100 11010

Color Harmonies of #3A0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0580

Black with #3A0580

Text Example


Text Example

White with #3A0580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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