Html Css Color HEX #3C458B Jacksons Purple

📋 copy color: '#3C458B'

red 60 ◦ green 69 ◦ blue 139

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

Shades of Jacksons Purple #3C458B

Tints of Jacksons Purple #3C458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 22.39%
G = 25.75%
B = 51.87%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C458B (or 0x3C458B) is known color: Jacksons Purple. HEX triplet: 3C, 45 and 8B. RGB value is (60,69,139). Sum of RGB (Red+Green+Blue) = 60+69+139=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C458B is #C3BA74. Grayscale: #4A4A4A. Windows color (decimal): -12827253 or 9127228. OLE color: 9127228.

HSL color Cylindrical-coordinate representation of color #3C458B: hue angle of 233.16º 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 #3C458B is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 69 139 -
CMYK 0.57 0.50 0 0.45
HSL 233.16º 0.4% 0.39% -
HSV(B) 233.16º 0.57% 0.55% -
XYZ 8.65 7.08 25.34 -
YUV 74.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 60 69 139 0.57 0.50 0 0.45 233.16 0.4 0.39
Hex 3C 45 8B 39 32 0 2D E9 28 27
Octal 74 105 213 71 62 0 55 351 50 47
Binary 111100 1000101 10001011 111001 110010 0 101101 11101001 101000 100111

Color Harmonies of #3C458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C458B

Black with #3C458B

Text Example


Text Example

White with #3C458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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