Html Css Color HEX #3B2080 Persian Indigo

📋 copy color: '#3B2080'

red 59 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #3B2080

Tints of Persian Indigo #3B2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 26.94%
G = 14.61%
B = 58.45%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B2080 (or 0x3B2080) is known color: Persian Indigo. HEX triplet: 3B, 20 and 80. RGB value is (59,32,128). Sum of RGB (Red+Green+Blue) = 59+32+128=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B2080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2080 is #C4DF7F. Grayscale: #323232. Windows color (decimal): -12902272 or 8396859. OLE color: 8396859.

HSL color Cylindrical-coordinate representation of color #3B2080: hue angle of 256.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2080 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 32 128 -
CMYK 0.54 0.75 0 0.50
HSL 256.88º 0.6% 0.31% -
HSV(B) 256.88º 0.75% 0.5% -
XYZ 6.22 3.52 20.77 -
YUV 51.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 59 32 128 0.54 0.75 0 0.50 256.88 0.6 0.31
Hex 3B 20 80 36 4B 0 32 101 3C 1F
Octal 73 40 200 66 113 0 62 401 74 37
Binary 111011 100000 10000000 110110 1001011 0 110010 100000001 111100 11111

Color Harmonies of #3B2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2080

Black with #3B2080

Text Example


Text Example

White with #3B2080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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