Html Css Color HEX #3B1699 Persian Indigo

📋 copy color: '#3B1699'

red 59 ◦ green 22 ◦ blue 153

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

Shades of Persian Indigo #3B1699

Tints of Persian Indigo #3B1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 25.21%
G = 9.4%
B = 65.38%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B1699 (or 0x3B1699) is known color: Persian Indigo. HEX triplet: 3B, 16 and 99. RGB value is (59,22,153). Sum of RGB (Red+Green+Blue) = 59+22+153=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1699 is #C4E966. Grayscale: #2F2F2F. Windows color (decimal): -12904807 or 10032699. OLE color: 10032699.

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

Color convert

RGB 59 22 153 -
CMYK 0.61 0.86 0 0.4
HSL 256.95º 0.75% 0.34% -
HSV(B) 256.95º 0.86% 0.6% -
XYZ 7.84 3.8 30.46 -
YUV 48 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 59 22 153 0.61 0.86 0 0.4 256.95 0.75 0.34
Hex 3B 16 99 3D 56 0 28 101 4B 22
Octal 73 26 231 75 126 0 50 401 113 42
Binary 111011 10110 10011001 111101 1010110 0 101000 100000001 1001011 100010

Color Harmonies of #3B1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1699

Black with #3B1699

Text Example


Text Example

White with #3B1699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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