Html Css Color HEX #3B1799 Persian Indigo

📋 copy color: '#3B1799'

red 59 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #3B1799

Tints of Persian Indigo #3B1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 25.11%
G = 9.79%
B = 65.11%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B1799 (or 0x3B1799) is known color: Persian Indigo. HEX triplet: 3B, 17 and 99. RGB value is (59,23,153). Sum of RGB (Red+Green+Blue) = 59+23+153=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1799 is #C4E866. Grayscale: #303030. Windows color (decimal): -12904551 or 10032955. OLE color: 10032955.

HSL color Cylindrical-coordinate representation of color #3B1799: hue angle of 256.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1799 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 59 23 153 -
CMYK 0.61 0.85 0 0.4
HSL 256.62º 0.74% 0.35% -
HSV(B) 256.62º 0.85% 0.6% -
XYZ 7.86 3.84 30.46 -
YUV 48.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 59 23 153 0.61 0.85 0 0.4 256.62 0.74 0.35
Hex 3B 17 99 3D 55 0 28 101 4A 23
Octal 73 27 231 75 125 0 50 401 112 43
Binary 111011 10111 10011001 111101 1010101 0 101000 100000001 1001010 100011

Color Harmonies of #3B1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1799

Black with #3B1799

Text Example


Text Example

White with #3B1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,153); }

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

background-color css

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

 a { background-color: rgb(59,23,153); }

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

border-color css

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

 span { border-color: rgb(59,23,153); }

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