Html Css Color HEX #3C397F Jacksons Purple

📋 copy color: '#3C397F'

red 60 ◦ green 57 ◦ blue 127

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

Shades of Jacksons Purple #3C397F

Tints of Jacksons Purple #3C397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

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

R = 24.59%
G = 23.36%
B = 52.05%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C397F (or 0x3C397F) is known color: Jacksons Purple. HEX triplet: 3C, 39 and 7F. RGB value is (60,57,127). Sum of RGB (Red+Green+Blue) = 60+57+127=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C397F is #C3C680. Grayscale: #414141. Windows color (decimal): -12830337 or 8337724. OLE color: 8337724.

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

Color convert

RGB 60 57 127 -
CMYK 0.53 0.55 0 0.50
HSL 242.57º 0.38% 0.36% -
HSV(B) 242.57º 0.55% 0.5% -
XYZ 7.16 5.42 20.75 -
YUV 65.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 60 57 127 0.53 0.55 0 0.50 242.57 0.38 0.36
Hex 3C 39 7F 35 37 0 32 F3 26 24
Octal 74 71 177 65 67 0 62 363 46 44
Binary 111100 111001 1111111 110101 110111 0 110010 11110011 100110 100100

Color Harmonies of #3C397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C397F

Black with #3C397F

Text Example


Text Example

White with #3C397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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