Html Css Color HEX #3B1B71 Persian Indigo

📋 copy color: '#3B1B71'

red 59 ◦ green 27 ◦ blue 113

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

Shades of Persian Indigo #3B1B71

Tints of Persian Indigo #3B1B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.57%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 29.65%
G = 13.57%
B = 56.78%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B1B71 (or 0x3B1B71) is known color: Persian Indigo. HEX triplet: 3B, 1B and 71. RGB value is (59,27,113). Sum of RGB (Red+Green+Blue) = 59+27+113=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1B71 is #C4E48E. Grayscale: #2E2E2E. Windows color (decimal): -12903567 or 7412539. OLE color: 7412539.

HSL color Cylindrical-coordinate representation of color #3B1B71: hue angle of 262.33º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B1B71 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 27 113 -
CMYK 0.48 0.76 0 0.56
HSL 262.33º 0.61% 0.27% -
HSV(B) 262.33º 0.76% 0.44% -
XYZ 5.18 2.91 15.91 -
YUV 46.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 59 27 113 0.48 0.76 0 0.56 262.33 0.61 0.27
Hex 3B 1B 71 30 4C 0 38 106 3D 1B
Octal 73 33 161 60 114 0 70 406 75 33
Binary 111011 11011 1110001 110000 1001100 0 111000 100000110 111101 11011

Color Harmonies of #3B1B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B71

Black with #3B1B71

Text Example


Text Example

White with #3B1B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,27,113); }

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

background-color css

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

 a { background-color: rgb(59,27,113); }

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

border-color css

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

 span { border-color: rgb(59,27,113); }

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