Html Css Color HEX #3C357B Jacksons Purple

📋 copy color: '#3C357B'

red 60 ◦ green 53 ◦ blue 123

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

Shades of Jacksons Purple #3C357B

Tints of Jacksons Purple #3C357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 123 (48.44% from 255) = 52.12%

R = 25.42%
G = 22.46%
B = 52.12%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C357B (or 0x3C357B) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 7B. RGB value is (60,53,123). Sum of RGB (Red+Green+Blue) = 60+53+123=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C357B is #C3CA84. Grayscale: #3E3E3E. Windows color (decimal): -12831365 or 8074556. OLE color: 8074556.

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

Color convert

RGB 60 53 123 -
CMYK 0.51 0.57 0 0.52
HSL 246º 0.4% 0.35% -
HSV(B) 246º 0.57% 0.48% -
XYZ 6.71 4.94 19.34 -
YUV 63.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 60 53 123 0.51 0.57 0 0.52 246 0.4 0.35
Hex 3C 35 7B 33 39 0 34 F6 28 23
Octal 74 65 173 63 71 0 64 366 50 43
Binary 111100 110101 1111011 110011 111001 0 110100 11110110 101000 100011

Color Harmonies of #3C357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C357B

Black with #3C357B

Text Example


Text Example

White with #3C357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,53,123); }

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

background-color css

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

 a { background-color: rgb(60,53,123); }

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

border-color css

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

 span { border-color: rgb(60,53,123); }

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