Html Css Color HEX #3C4277 Jacksons Purple

📋 copy color: '#3C4277'

red 60 ◦ green 66 ◦ blue 119

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

Shades of Jacksons Purple #3C4277

Tints of Jacksons Purple #3C4277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 24.49%
G = 26.94%
B = 48.57%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C4277 (or 0x3C4277) is known color: Jacksons Purple. HEX triplet: 3C, 42 and 77. RGB value is (60,66,119). Sum of RGB (Red+Green+Blue) = 60+66+119=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4277 is #C3BD88. Grayscale: #464646. Windows color (decimal): -12828041 or 7815740. OLE color: 7815740.

HSL color Cylindrical-coordinate representation of color #3C4277: hue angle of 233.9º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C4277 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 66 119 -
CMYK 0.50 0.45 0 0.53
HSL 233.9º 0.33% 0.35% -
HSV(B) 233.9º 0.5% 0.47% -
XYZ 7.14 6.19 18.27 -
YUV 70.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 60 66 119 0.50 0.45 0 0.53 233.9 0.33 0.35
Hex 3C 42 77 32 2D 0 35 EA 21 23
Octal 74 102 167 62 55 0 65 352 41 43
Binary 111100 1000010 1110111 110010 101101 0 110101 11101010 100001 100011

Color Harmonies of #3C4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4277

Black with #3C4277

Text Example


Text Example

White with #3C4277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,119); }

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

background-color css

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

 a { background-color: rgb(60,66,119); }

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

border-color css

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

 span { border-color: rgb(60,66,119); }

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