Html Css Color HEX #3B1979 Persian Indigo

📋 copy color: '#3B1979'

red 59 ◦ green 25 ◦ blue 121

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

Shades of Persian Indigo #3B1979

Tints of Persian Indigo #3B1979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 28.78%
G = 12.2%
B = 59.02%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B1979 (or 0x3B1979) is known color: Persian Indigo. HEX triplet: 3B, 19 and 79. RGB value is (59,25,121). Sum of RGB (Red+Green+Blue) = 59+25+121=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B1979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1979 is #C4E686. Grayscale: #2D2D2D. Windows color (decimal): -12904071 or 7936315. OLE color: 7936315.

HSL color Cylindrical-coordinate representation of color #3B1979: hue angle of 261.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B1979 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 25 121 -
CMYK 0.51 0.79 0 0.53
HSL 261.25º 0.66% 0.29% -
HSV(B) 261.25º 0.79% 0.47% -
XYZ 5.6 3.01 18.37 -
YUV 46.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 59 25 121 0.51 0.79 0 0.53 261.25 0.66 0.29
Hex 3B 19 79 33 4F 0 35 105 42 1D
Octal 73 31 171 63 117 0 65 405 102 35
Binary 111011 11001 1111001 110011 1001111 0 110101 100000101 1000010 11101

Color Harmonies of #3B1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1979

Black with #3B1979

Text Example


Text Example

White with #3B1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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