Html Css Color HEX #3C2853 Jagger

📋 copy color: '#3C2853'

red 60 ◦ green 40 ◦ blue 83

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

Shades of Jagger #3C2853

Tints of Jagger #3C2853

RGB

 RED value IS 60 (23.83% from 255) = 32.79%

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 32.79%
G = 21.86%
B = 45.36%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C2853 (or 0x3C2853) is known color: Jagger. HEX triplet: 3C, 28 and 53. RGB value is (60,40,83). Sum of RGB (Red+Green+Blue) = 60+40+83=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2853 is #C3D7AC. Grayscale: #323232. Windows color (decimal): -12834733 or 5449788. OLE color: 5449788.

HSL color Cylindrical-coordinate representation of color #3C2853: hue angle of 267.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C2853 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 40 83 -
CMYK 0.28 0.52 0 0.67
HSL 267.91º 0.35% 0.24% -
HSV(B) 267.91º 0.52% 0.33% -
XYZ 4.18 3.1 8.56 -
YUV 50.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 60 40 83 0.28 0.52 0 0.67 267.91 0.35 0.24
Hex 3C 28 53 1C 34 0 43 10C 23 18
Octal 74 50 123 34 64 0 103 414 43 30
Binary 111100 101000 1010011 11100 110100 0 1000011 100001100 100011 11000

Color Harmonies of #3C2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2853

Black with #3C2853

Text Example


Text Example

White with #3C2853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,83); }

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

background-color css

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

 a { background-color: rgb(60,40,83); }

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

border-color css

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

 span { border-color: rgb(60,40,83); }

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