Html Css Color HEX #3C367F Jacksons Purple

📋 copy color: '#3C367F'

red 60 ◦ green 54 ◦ blue 127

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

Shades of Jacksons Purple #3C367F

Tints of Jacksons Purple #3C367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 127 (50% from 255) = 52.7%

R = 24.9%
G = 22.41%
B = 52.7%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C367F (or 0x3C367F) is known color: Jacksons Purple. HEX triplet: 3C, 36 and 7F. RGB value is (60,54,127). Sum of RGB (Red+Green+Blue) = 60+54+127=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C367F is #C3C980. Grayscale: #3F3F3F. Windows color (decimal): -12831105 or 8336956. OLE color: 8336956.

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

Color convert

RGB 60 54 127 -
CMYK 0.53 0.57 0 0.50
HSL 244.93º 0.4% 0.35% -
HSV(B) 244.93º 0.57% 0.5% -
XYZ 7.01 5.13 20.7 -
YUV 64.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 60 54 127 0.53 0.57 0 0.50 244.93 0.4 0.35
Hex 3C 36 7F 35 39 0 32 F5 28 23
Octal 74 66 177 65 71 0 62 365 50 43
Binary 111100 110110 1111111 110101 111001 0 110010 11110101 101000 100011

Color Harmonies of #3C367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C367F

Black with #3C367F

Text Example


Text Example

White with #3C367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,127); }

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

background-color css

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

 a { background-color: rgb(60,54,127); }

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

border-color css

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

 span { border-color: rgb(60,54,127); }

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