Html Css Color HEX #3C1754 Jagger

📋 copy color: '#3C1754'

red 60 ◦ green 23 ◦ blue 84

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

Shades of Jagger #3C1754

Tints of Jagger #3C1754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.3%

R = 35.93%
G = 13.77%
B = 50.3%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C1754 (or 0x3C1754) is known color: Jagger. HEX triplet: 3C, 17 and 54. RGB value is (60,23,84). Sum of RGB (Red+Green+Blue) = 60+23+84=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C1754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1754 is #C3E8AB. Grayscale: #282828. Windows color (decimal): -12839084 or 5510972. OLE color: 5510972.

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

Color convert

RGB 60 23 84 -
CMYK 0.29 0.73 0 0.67
HSL 276.39º 0.57% 0.21% -
HSV(B) 276.39º 0.73% 0.33% -
XYZ 3.77 2.21 8.62 -
YUV 41.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 60 23 84 0.29 0.73 0 0.67 276.39 0.57 0.21
Hex 3C 17 54 1D 49 0 43 114 39 15
Octal 74 27 124 35 111 0 103 424 71 25
Binary 111100 10111 1010100 11101 1001001 0 1000011 100010100 111001 10101

Color Harmonies of #3C1754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1754

Black with #3C1754

Text Example


Text Example

White with #3C1754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,84); }

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

background-color css

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

 a { background-color: rgb(60,23,84); }

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

border-color css

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

 span { border-color: rgb(60,23,84); }

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