Html Css Color HEX #3C367C Jacksons Purple

📋 copy color: '#3C367C'

red 60 ◦ green 54 ◦ blue 124

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

Shades of Jacksons Purple #3C367C

Tints of Jacksons Purple #3C367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 25.21%
G = 22.69%
B = 52.1%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C367C (or 0x3C367C) is known color: Jacksons Purple. HEX triplet: 3C, 36 and 7C. RGB value is (60,54,124). Sum of RGB (Red+Green+Blue) = 60+54+124=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C367C is #C3C983. Grayscale: #3F3F3F. Windows color (decimal): -12831108 or 8140348. OLE color: 8140348.

HSL color Cylindrical-coordinate representation of color #3C367C: hue angle of 245.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C367C is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 54 124 -
CMYK 0.52 0.56 0 0.51
HSL 245.14º 0.39% 0.35% -
HSV(B) 245.14º 0.56% 0.49% -
XYZ 6.82 5.05 19.68 -
YUV 63.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 60 54 124 0.52 0.56 0 0.51 245.14 0.39 0.35
Hex 3C 36 7C 34 38 0 33 F5 27 23
Octal 74 66 174 64 70 0 63 365 47 43
Binary 111100 110110 1111100 110100 111000 0 110011 11110101 100111 100011

Color Harmonies of #3C367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C367C

Black with #3C367C

Text Example


Text Example

White with #3C367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,124); }

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

background-color css

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

 a { background-color: rgb(60,54,124); }

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

border-color css

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

 span { border-color: rgb(60,54,124); }

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