Html Css Color HEX #3C3F77 Jacksons Purple

📋 copy color: '#3C3F77'

red 60 ◦ green 63 ◦ blue 119

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

Shades of Jacksons Purple #3C3F77

Tints of Jacksons Purple #3C3F77

RGB

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

 GREEN value IS 63 (25% from 255) = 26.03%

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

R = 24.79%
G = 26.03%
B = 49.17%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C3F77 (or 0x3C3F77) is known color: Jacksons Purple. HEX triplet: 3C, 3F and 77. RGB value is (60,63,119). Sum of RGB (Red+Green+Blue) = 60+63+119=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C3F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F77 is #C3C088. Grayscale: #444444. Windows color (decimal): -12828809 or 7814972. OLE color: 7814972.

HSL color Cylindrical-coordinate representation of color #3C3F77: hue angle of 236.95º 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 #3C3F77 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 63 119 -
CMYK 0.50 0.47 0 0.53
HSL 236.95º 0.33% 0.35% -
HSV(B) 236.95º 0.5% 0.47% -
XYZ 6.97 5.85 18.21 -
YUV 68.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 60 63 119 0.50 0.47 0 0.53 236.95 0.33 0.35
Hex 3C 3F 77 32 2F 0 35 ED 21 23
Octal 74 77 167 62 57 0 65 355 41 43
Binary 111100 111111 1110111 110010 101111 0 110101 11101101 100001 100011

Color Harmonies of #3C3F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F77

Black with #3C3F77

Text Example


Text Example

White with #3C3F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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