Html Css Color HEX #3B2081 Persian Indigo

📋 copy color: '#3B2081'

red 59 ◦ green 32 ◦ blue 129

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

Shades of Persian Indigo #3B2081

Tints of Persian Indigo #3B2081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 26.82%
G = 14.55%
B = 58.64%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B2081 (or 0x3B2081) is known color: Persian Indigo. HEX triplet: 3B, 20 and 81. RGB value is (59,32,129). Sum of RGB (Red+Green+Blue) = 59+32+129=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B2081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2081 is #C4DF7E. Grayscale: #323232. Windows color (decimal): -12902271 or 8462395. OLE color: 8462395.

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

Color convert

RGB 59 32 129 -
CMYK 0.54 0.75 0 0.49
HSL 256.7º 0.6% 0.32% -
HSV(B) 256.7º 0.75% 0.51% -
XYZ 6.28 3.55 21.12 -
YUV 51.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 59 32 129 0.54 0.75 0 0.49 256.7 0.6 0.32
Hex 3B 20 81 36 4B 0 31 101 3C 20
Octal 73 40 201 66 113 0 61 401 74 40
Binary 111011 100000 10000001 110110 1001011 0 110001 100000001 111100 100000

Color Harmonies of #3B2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2081

Black with #3B2081

Text Example


Text Example

White with #3B2081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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