Html Css Color HEX #3C387E Jacksons Purple

📋 copy color: '#3C387E'

red 60 ◦ green 56 ◦ blue 126

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

Shades of Jacksons Purple #3C387E

Tints of Jacksons Purple #3C387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 24.79%
G = 23.14%
B = 52.07%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C387E (or 0x3C387E) is known color: Jacksons Purple. HEX triplet: 3C, 38 and 7E. RGB value is (60,56,126). Sum of RGB (Red+Green+Blue) = 60+56+126=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C387E is #C3C781. Grayscale: #404040. Windows color (decimal): -12830594 or 8271932. OLE color: 8271932.

HSL color Cylindrical-coordinate representation of color #3C387E: hue angle of 243.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C387E is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 56 126 -
CMYK 0.52 0.56 0 0.51
HSL 243.43º 0.38% 0.36% -
HSV(B) 243.43º 0.56% 0.49% -
XYZ 7.04 5.3 20.39 -
YUV 65.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 60 56 126 0.52 0.56 0 0.51 243.43 0.38 0.36
Hex 3C 38 7E 34 38 0 33 F3 26 24
Octal 74 70 176 64 70 0 63 363 46 44
Binary 111100 111000 1111110 110100 111000 0 110011 11110011 100110 100100

Color Harmonies of #3C387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C387E

Black with #3C387E

Text Example


Text Example

White with #3C387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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