Html Css Color HEX #3C408F Jacksons Purple

📋 copy color: '#3C408F'

red 60 ◦ green 64 ◦ blue 143

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

Shades of Jacksons Purple #3C408F

Tints of Jacksons Purple #3C408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 22.47%
G = 23.97%
B = 53.56%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C408F (or 0x3C408F) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 8F. RGB value is (60,64,143). Sum of RGB (Red+Green+Blue) = 60+64+143=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C408F is #C3BF70. Grayscale: #474747. Windows color (decimal): -12828529 or 9388092. OLE color: 9388092.

HSL color Cylindrical-coordinate representation of color #3C408F: hue angle of 237.11º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C408F is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 64 143 -
CMYK 0.58 0.55 0 0.44
HSL 237.11º 0.41% 0.4% -
HSV(B) 237.11º 0.58% 0.56% -
XYZ 8.65 6.61 26.81 -
YUV 71.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 60 64 143 0.58 0.55 0 0.44 237.11 0.41 0.4
Hex 3C 40 8F 3A 37 0 2C ED 29 28
Octal 74 100 217 72 67 0 54 355 51 50
Binary 111100 1000000 10001111 111010 110111 0 101100 11101101 101001 101000

Color Harmonies of #3C408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C408F

Black with #3C408F

Text Example


Text Example

White with #3C408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,143); }

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

background-color css

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

 a { background-color: rgb(60,64,143); }

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

border-color css

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

 span { border-color: rgb(60,64,143); }

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