Html Css Color HEX #3B1980 Persian Indigo

📋 copy color: '#3B1980'

red 59 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #3B1980

Tints of Persian Indigo #3B1980

RGB

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

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

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

R = 27.83%
G = 11.79%
B = 60.38%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B1980 (or 0x3B1980) is known color: Persian Indigo. HEX triplet: 3B, 19 and 80. RGB value is (59,25,128). Sum of RGB (Red+Green+Blue) = 59+25+128=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B1980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1980 is #C4E67F. Grayscale: #2E2E2E. Windows color (decimal): -12904064 or 8395067. OLE color: 8395067.

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

Color convert

RGB 59 25 128 -
CMYK 0.54 0.80 0 0.50
HSL 259.81º 0.67% 0.3% -
HSV(B) 259.81º 0.8% 0.5% -
XYZ 6.05 3.18 20.72 -
YUV 46.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 59 25 128 0.54 0.80 0 0.50 259.81 0.67 0.3
Hex 3B 19 80 36 50 0 32 104 43 1E
Octal 73 31 200 66 120 0 62 404 103 36
Binary 111011 11001 10000000 110110 1010000 0 110010 100000100 1000011 11110

Color Harmonies of #3B1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1980

Black with #3B1980

Text Example


Text Example

White with #3B1980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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