Html Css Color HEX #3C467C Jacksons Purple

📋 copy color: '#3C467C'

red 60 ◦ green 70 ◦ blue 124

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

Shades of Jacksons Purple #3C467C

Tints of Jacksons Purple #3C467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 23.62%
G = 27.56%
B = 48.82%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C467C (or 0x3C467C) is known color: Jacksons Purple. HEX triplet: 3C, 46 and 7C. RGB value is (60,70,124). Sum of RGB (Red+Green+Blue) = 60+70+124=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C467C is #C3B983. Grayscale: #484848. Windows color (decimal): -12827012 or 8144444. OLE color: 8144444.

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

Color convert

RGB 60 70 124 -
CMYK 0.52 0.44 0 0.51
HSL 230.63º 0.35% 0.36% -
HSV(B) 230.63º 0.52% 0.49% -
XYZ 7.69 6.8 19.98 -
YUV 73.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 60 70 124 0.52 0.44 0 0.51 230.63 0.35 0.36
Hex 3C 46 7C 34 2C 0 33 E7 23 24
Octal 74 106 174 64 54 0 63 347 43 44
Binary 111100 1000110 1111100 110100 101100 0 110011 11100111 100011 100100

Color Harmonies of #3C467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C467C

Black with #3C467C

Text Example


Text Example

White with #3C467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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