Html Css Color HEX #3B1953 Jagger

📋 copy color: '#3B1953'

red 59 ◦ green 25 ◦ blue 83

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

Shades of Jagger #3B1953

Tints of Jagger #3B1953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 35.33%
G = 14.97%
B = 49.7%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B1953 (or 0x3B1953) is known color: Jagger. HEX triplet: 3B, 19 and 53. RGB value is (59,25,83). Sum of RGB (Red+Green+Blue) = 59+25+83=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B1953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1953 is #C4E6AC. Grayscale: #292929. Windows color (decimal): -12904109 or 5445947. OLE color: 5445947.

HSL color Cylindrical-coordinate representation of color #3B1953: hue angle of 275.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1953 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 25 83 -
CMYK 0.29 0.70 0 0.67
HSL 275.17º 0.54% 0.21% -
HSV(B) 275.17º 0.7% 0.33% -
XYZ 3.71 2.25 8.42 -
YUV 41.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 59 25 83 0.29 0.70 0 0.67 275.17 0.54 0.21
Hex 3B 19 53 1D 46 0 43 113 36 15
Octal 73 31 123 35 106 0 103 423 66 25
Binary 111011 11001 1010011 11101 1000110 0 1000011 100010011 110110 10101

Color Harmonies of #3B1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1953

Black with #3B1953

Text Example


Text Example

White with #3B1953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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