Html Css Color HEX #3C387F Jacksons Purple

📋 copy color: '#3C387F'

red 60 ◦ green 56 ◦ blue 127

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

Shades of Jacksons Purple #3C387F

Tints of Jacksons Purple #3C387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

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

R = 24.69%
G = 23.05%
B = 52.26%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C387F (or 0x3C387F) is known color: Jacksons Purple. HEX triplet: 3C, 38 and 7F. RGB value is (60,56,127). Sum of RGB (Red+Green+Blue) = 60+56+127=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C387F is #C3C780. Grayscale: #414141. Windows color (decimal): -12830593 or 8337468. OLE color: 8337468.

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

Color convert

RGB 60 56 127 -
CMYK 0.53 0.56 0 0.50
HSL 243.38º 0.39% 0.36% -
HSV(B) 243.38º 0.56% 0.5% -
XYZ 7.11 5.32 20.73 -
YUV 65.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 60 56 127 0.53 0.56 0 0.50 243.38 0.39 0.36
Hex 3C 38 7F 35 38 0 32 F3 27 24
Octal 74 70 177 65 70 0 62 363 47 44
Binary 111100 111000 1111111 110101 111000 0 110010 11110011 100111 100100

Color Harmonies of #3C387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C387F

Black with #3C387F

Text Example


Text Example

White with #3C387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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