Html Css Color HEX #3B1A76 Persian Indigo

📋 copy color: '#3B1A76'

red 59 ◦ green 26 ◦ blue 118

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

Shades of Persian Indigo #3B1A76

Tints of Persian Indigo #3B1A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 29.06%
G = 12.81%
B = 58.13%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B1A76 (or 0x3B1A76) is known color: Persian Indigo. HEX triplet: 3B, 1A and 76. RGB value is (59,26,118). Sum of RGB (Red+Green+Blue) = 59+26+118=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1A76 is #C4E589. Grayscale: #2E2E2E. Windows color (decimal): -12903818 or 7739963. OLE color: 7739963.

HSL color Cylindrical-coordinate representation of color #3B1A76: hue angle of 261.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1A76 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 26 118 -
CMYK 0.50 0.78 0 0.54
HSL 261.52º 0.64% 0.28% -
HSV(B) 261.52º 0.78% 0.46% -
XYZ 5.44 2.98 17.43 -
YUV 46.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 59 26 118 0.50 0.78 0 0.54 261.52 0.64 0.28
Hex 3B 1A 76 32 4E 0 36 106 40 1C
Octal 73 32 166 62 116 0 66 406 100 34
Binary 111011 11010 1110110 110010 1001110 0 110110 100000110 1000000 11100

Color Harmonies of #3B1A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1A76

Black with #3B1A76

Text Example


Text Example

White with #3B1A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,26,118); }

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

background-color css

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

 a { background-color: rgb(59,26,118); }

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

border-color css

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

 span { border-color: rgb(59,26,118); }

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