Html Css Color HEX #3C427C Jacksons Purple

📋 copy color: '#3C427C'

red 60 ◦ green 66 ◦ blue 124

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

Shades of Jacksons Purple #3C427C

Tints of Jacksons Purple #3C427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 24%
G = 26.4%
B = 49.6%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C427C (or 0x3C427C) is known color: Jacksons Purple. HEX triplet: 3C, 42 and 7C. RGB value is (60,66,124). Sum of RGB (Red+Green+Blue) = 60+66+124=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C427C is #C3BD83. Grayscale: #464646. Windows color (decimal): -12828036 or 8143420. OLE color: 8143420.

HSL color Cylindrical-coordinate representation of color #3C427C: hue angle of 234.38º 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 #3C427C is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 66 124 -
CMYK 0.52 0.47 0 0.51
HSL 234.38º 0.35% 0.36% -
HSV(B) 234.38º 0.52% 0.49% -
XYZ 7.45 6.31 19.89 -
YUV 70.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 60 66 124 0.52 0.47 0 0.51 234.38 0.35 0.36
Hex 3C 42 7C 34 2F 0 33 EA 23 24
Octal 74 102 174 64 57 0 63 352 43 44
Binary 111100 1000010 1111100 110100 101111 0 110011 11101010 100011 100100

Color Harmonies of #3C427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C427C

Black with #3C427C

Text Example


Text Example

White with #3C427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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