Html Css Color HEX #3C377F Jacksons Purple

📋 copy color: '#3C377F'

red 60 ◦ green 55 ◦ blue 127

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

Shades of Jacksons Purple #3C377F

Tints of Jacksons Purple #3C377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 127 (50% from 255) = 52.48%

R = 24.79%
G = 22.73%
B = 52.48%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C377F (or 0x3C377F) is known color: Jacksons Purple. HEX triplet: 3C, 37 and 7F. RGB value is (60,55,127). Sum of RGB (Red+Green+Blue) = 60+55+127=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C377F is #C3C880. Grayscale: #404040. Windows color (decimal): -12830849 or 8337212. OLE color: 8337212.

HSL color Cylindrical-coordinate representation of color #3C377F: hue angle of 244.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C377F is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 55 127 -
CMYK 0.53 0.57 0 0.50
HSL 244.17º 0.4% 0.36% -
HSV(B) 244.17º 0.57% 0.5% -
XYZ 7.06 5.23 20.72 -
YUV 64.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 60 55 127 0.53 0.57 0 0.50 244.17 0.4 0.36
Hex 3C 37 7F 35 39 0 32 F4 28 24
Octal 74 67 177 65 71 0 62 364 50 44
Binary 111100 110111 1111111 110101 111001 0 110010 11110100 101000 100100

Color Harmonies of #3C377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C377F

Black with #3C377F

Text Example


Text Example

White with #3C377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,127); }

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

background-color css

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

 a { background-color: rgb(60,55,127); }

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

border-color css

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

 span { border-color: rgb(60,55,127); }

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