Html Css Color HEX #3C407D Jacksons Purple

📋 copy color: '#3C407D'

red 60 ◦ green 64 ◦ blue 125

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

Shades of Jacksons Purple #3C407D

Tints of Jacksons Purple #3C407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 24.1%
G = 25.7%
B = 50.2%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C407D (or 0x3C407D) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 7D. RGB value is (60,64,125). Sum of RGB (Red+Green+Blue) = 60+64+125=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C407D is #C3BF82. Grayscale: #454545. Windows color (decimal): -12828547 or 8208444. OLE color: 8208444.

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

Color convert

RGB 60 64 125 -
CMYK 0.52 0.49 0 0.51
HSL 236.31º 0.35% 0.36% -
HSV(B) 236.31º 0.52% 0.49% -
XYZ 7.4 6.11 20.19 -
YUV 69.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 60 64 125 0.52 0.49 0 0.51 236.31 0.35 0.36
Hex 3C 40 7D 34 31 0 33 EC 23 24
Octal 74 100 175 64 61 0 63 354 43 44
Binary 111100 1000000 1111101 110100 110001 0 110011 11101100 100011 100100

Color Harmonies of #3C407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C407D

Black with #3C407D

Text Example


Text Example

White with #3C407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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