Html Css Color HEX #3C428A Jacksons Purple

📋 copy color: '#3C428A'

red 60 ◦ green 66 ◦ blue 138

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

Shades of Jacksons Purple #3C428A

Tints of Jacksons Purple #3C428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 22.73%
G = 25%
B = 52.27%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C428A (or 0x3C428A) is known color: Jacksons Purple. HEX triplet: 3C, 42 and 8A. RGB value is (60,66,138). Sum of RGB (Red+Green+Blue) = 60+66+138=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C428A is #C3BD75. Grayscale: #484848. Windows color (decimal): -12828022 or 9060924. OLE color: 9060924.

HSL color Cylindrical-coordinate representation of color #3C428A: hue angle of 235.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C428A is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 66 138 -
CMYK 0.57 0.52 0 0.46
HSL 235.38º 0.39% 0.39% -
HSV(B) 235.38º 0.57% 0.54% -
XYZ 8.4 6.69 24.89 -
YUV 72.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 60 66 138 0.57 0.52 0 0.46 235.38 0.39 0.39
Hex 3C 42 8A 39 34 0 2E EB 27 27
Octal 74 102 212 71 64 0 56 353 47 47
Binary 111100 1000010 10001010 111001 110100 0 101110 11101011 100111 100111

Color Harmonies of #3C428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C428A

Black with #3C428A

Text Example


Text Example

White with #3C428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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