Html Css Color HEX #3B1879 Persian Indigo

📋 copy color: '#3B1879'

red 59 ◦ green 24 ◦ blue 121

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

Shades of Persian Indigo #3B1879

Tints of Persian Indigo #3B1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

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

R = 28.92%
G = 11.76%
B = 59.31%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B1879 (or 0x3B1879) is known color: Persian Indigo. HEX triplet: 3B, 18 and 79. RGB value is (59,24,121). Sum of RGB (Red+Green+Blue) = 59+24+121=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B1879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1879 is #C4E786. Grayscale: #2D2D2D. Windows color (decimal): -12904327 or 7936059. OLE color: 7936059.

HSL color Cylindrical-coordinate representation of color #3B1879: hue angle of 261.65º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B1879 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 24 121 -
CMYK 0.51 0.80 0 0.53
HSL 261.65º 0.67% 0.28% -
HSV(B) 261.65º 0.8% 0.47% -
XYZ 5.58 2.96 18.37 -
YUV 45.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 59 24 121 0.51 0.80 0 0.53 261.65 0.67 0.28
Hex 3B 18 79 33 50 0 35 106 43 1C
Octal 73 30 171 63 120 0 65 406 103 34
Binary 111011 11000 1111001 110011 1010000 0 110101 100000110 1000011 11100

Color Harmonies of #3B1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1879

Black with #3B1879

Text Example


Text Example

White with #3B1879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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