Html Css Color HEX #3C357A Jacksons Purple

📋 copy color: '#3C357A'

red 60 ◦ green 53 ◦ blue 122

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

Shades of Jacksons Purple #3C357A

Tints of Jacksons Purple #3C357A

RGB

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

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

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

R = 25.53%
G = 22.55%
B = 51.91%

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

#3C357A (or 0x3C357A) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 7A. RGB value is (60,53,122). Sum of RGB (Red+Green+Blue) = 60+53+122=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C357A is #C3CA85. Grayscale: #3E3E3E. Windows color (decimal): -12831366 or 8009020. OLE color: 8009020.

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

Color convert

RGB 60 53 122 -
CMYK 0.51 0.57 0 0.52
HSL 246.09º 0.39% 0.34% -
HSV(B) 246.09º 0.57% 0.48% -
XYZ 6.65 4.91 19.01 -
YUV 62.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 60 53 122 0.51 0.57 0 0.52 246.09 0.39 0.34
Hex 3C 35 7A 33 39 0 34 F6 27 22
Octal 74 65 172 63 71 0 64 366 47 42
Binary 111100 110101 1111010 110011 111001 0 110100 11110110 100111 100010

Color Harmonies of #3C357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C357A

Black with #3C357A

Text Example


Text Example

White with #3C357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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