Html Css Color HEX #3C357F Jacksons Purple

📋 copy color: '#3C357F'

red 60 ◦ green 53 ◦ blue 127

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

Shades of Jacksons Purple #3C357F

Tints of Jacksons Purple #3C357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 25%
G = 22.08%
B = 52.92%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C357F (or 0x3C357F) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 7F. RGB value is (60,53,127). Sum of RGB (Red+Green+Blue) = 60+53+127=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C357F is #C3CA80. Grayscale: #3F3F3F. Windows color (decimal): -12831361 or 8336700. OLE color: 8336700.

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

Color convert

RGB 60 53 127 -
CMYK 0.53 0.58 0 0.50
HSL 245.68º 0.41% 0.35% -
HSV(B) 245.68º 0.58% 0.5% -
XYZ 6.97 5.04 20.68 -
YUV 63.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 60 53 127 0.53 0.58 0 0.50 245.68 0.41 0.35
Hex 3C 35 7F 35 3A 0 32 F6 29 23
Octal 74 65 177 65 72 0 62 366 51 43
Binary 111100 110101 1111111 110101 111010 0 110010 11110110 101001 100011

Color Harmonies of #3C357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C357F

Black with #3C357F

Text Example


Text Example

White with #3C357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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