Html Css Color HEX #3C447A Jacksons Purple

📋 copy color: '#3C447A'

red 60 ◦ green 68 ◦ blue 122

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

Shades of Jacksons Purple #3C447A

Tints of Jacksons Purple #3C447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 122 (48.05% from 255) = 48.8%

R = 24%
G = 27.2%
B = 48.8%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C447A (or 0x3C447A) is known color: Jacksons Purple. HEX triplet: 3C, 44 and 7A. RGB value is (60,68,122). Sum of RGB (Red+Green+Blue) = 60+68+122=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C447A is #C3BB85. Grayscale: #474747. Windows color (decimal): -12827526 or 8012860. OLE color: 8012860.

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

Color convert

RGB 60 68 122 -
CMYK 0.51 0.44 0 0.52
HSL 232.26º 0.34% 0.36% -
HSV(B) 232.26º 0.51% 0.48% -
XYZ 7.44 6.5 19.27 -
YUV 71.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 60 68 122 0.51 0.44 0 0.52 232.26 0.34 0.36
Hex 3C 44 7A 33 2C 0 34 E8 22 24
Octal 74 104 172 63 54 0 64 350 42 44
Binary 111100 1000100 1111010 110011 101100 0 110100 11101000 100010 100100

Color Harmonies of #3C447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C447A

Black with #3C447A

Text Example


Text Example

White with #3C447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,68,122); }

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

background-color css

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

 a { background-color: rgb(60,68,122); }

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

border-color css

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

 span { border-color: rgb(60,68,122); }

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