Html Css Color HEX #3C437C Jacksons Purple

📋 copy color: '#3C437C'

red 60 ◦ green 67 ◦ blue 124

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

Shades of Jacksons Purple #3C437C

Tints of Jacksons Purple #3C437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 23.9%
G = 26.69%
B = 49.4%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C437C (or 0x3C437C) is known color: Jacksons Purple. HEX triplet: 3C, 43 and 7C. RGB value is (60,67,124). Sum of RGB (Red+Green+Blue) = 60+67+124=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C437C is #C3BC83. Grayscale: #474747. Windows color (decimal): -12827780 or 8143676. OLE color: 8143676.

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

Color convert

RGB 60 67 124 -
CMYK 0.52 0.46 0 0.51
HSL 233.44º 0.35% 0.36% -
HSV(B) 233.44º 0.52% 0.49% -
XYZ 7.51 6.43 19.91 -
YUV 71.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 60 67 124 0.52 0.46 0 0.51 233.44 0.35 0.36
Hex 3C 43 7C 34 2E 0 33 E9 23 24
Octal 74 103 174 64 56 0 63 351 43 44
Binary 111100 1000011 1111100 110100 101110 0 110011 11101001 100011 100100

Color Harmonies of #3C437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C437C

Black with #3C437C

Text Example


Text Example

White with #3C437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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