Html Css Color HEX #3C428B Jacksons Purple

📋 copy color: '#3C428B'

red 60 ◦ green 66 ◦ blue 139

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

Shades of Jacksons Purple #3C428B

Tints of Jacksons Purple #3C428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 22.64%
G = 24.91%
B = 52.45%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C428B (or 0x3C428B) is known color: Jacksons Purple. HEX triplet: 3C, 42 and 8B. RGB value is (60,66,139). Sum of RGB (Red+Green+Blue) = 60+66+139=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C428B is #C3BD74. Grayscale: #484848. Windows color (decimal): -12828021 or 9126460. OLE color: 9126460.

HSL color Cylindrical-coordinate representation of color #3C428B: hue angle of 235.44º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C428B is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 66 139 -
CMYK 0.57 0.53 0 0.45
HSL 235.44º 0.4% 0.39% -
HSV(B) 235.44º 0.57% 0.55% -
XYZ 8.47 6.72 25.28 -
YUV 72.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 60 66 139 0.57 0.53 0 0.45 235.44 0.4 0.39
Hex 3C 42 8B 39 35 0 2D EB 28 27
Octal 74 102 213 71 65 0 55 353 50 47
Binary 111100 1000010 10001011 111001 110101 0 101101 11101011 101000 100111

Color Harmonies of #3C428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C428B

Black with #3C428B

Text Example


Text Example

White with #3C428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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