Html Css Color HEX #3B0580 Persian Indigo

📋 copy color: '#3B0580'

red 59 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #3B0580

Tints of Persian Indigo #3B0580

RGB

 RED value IS 59 (23.44% from 255) = 30.73%

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

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

R = 30.73%
G = 2.6%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B0580 (or 0x3B0580) is known color: Persian Indigo. HEX triplet: 3B, 05 and 80. RGB value is (59,5,128). Sum of RGB (Red+Green+Blue) = 59+5+128=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B0580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0580 is #C4FA7F. Grayscale: #222222. Windows color (decimal): -12909184 or 8389947. OLE color: 8389947.

HSL color Cylindrical-coordinate representation of color #3B0580: hue angle of 266.34º 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 #3B0580 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 5 128 -
CMYK 0.54 0.96 0 0.50
HSL 266.34º 0.92% 0.26% -
HSV(B) 266.34º 0.96% 0.5% -
XYZ 5.75 2.6 20.62 -
YUV 35.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 59 5 128 0.54 0.96 0 0.50 266.34 0.92 0.26
Hex 3B 5 80 36 60 0 32 10A 5C 1A
Octal 73 5 200 66 140 0 62 412 134 32
Binary 111011 101 10000000 110110 1100000 0 110010 100001010 1011100 11010

Color Harmonies of #3B0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0580

Black with #3B0580

Text Example


Text Example

White with #3B0580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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