Html Css Color HEX #3C4176 Jacksons Purple

📋 copy color: '#3C4176'

red 60 ◦ green 65 ◦ blue 118

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

Shades of Jacksons Purple #3C4176

Tints of Jacksons Purple #3C4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 24.69%
G = 26.75%
B = 48.56%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C4176 (or 0x3C4176) is known color: Jacksons Purple. HEX triplet: 3C, 41 and 76. RGB value is (60,65,118). Sum of RGB (Red+Green+Blue) = 60+65+118=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4176 is #C3BE89. Grayscale: #454545. Windows color (decimal): -12828298 or 7749948. OLE color: 7749948.

HSL color Cylindrical-coordinate representation of color #3C4176: hue angle of 234.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4176 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 65 118 -
CMYK 0.49 0.45 0 0.54
HSL 234.83º 0.33% 0.35% -
HSV(B) 234.83º 0.49% 0.46% -
XYZ 7.02 6.05 17.94 -
YUV 69.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 60 65 118 0.49 0.45 0 0.54 234.83 0.33 0.35
Hex 3C 41 76 31 2D 0 36 EB 21 23
Octal 74 101 166 61 55 0 66 353 41 43
Binary 111100 1000001 1110110 110001 101101 0 110110 11101011 100001 100011

Color Harmonies of #3C4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4176

Black with #3C4176

Text Example


Text Example

White with #3C4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,118); }

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

background-color css

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

 a { background-color: rgb(60,65,118); }

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

border-color css

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

 span { border-color: rgb(60,65,118); }

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