Html Css Color HEX #3C377B Jacksons Purple

📋 copy color: '#3C377B'

red 60 ◦ green 55 ◦ blue 123

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

Shades of Jacksons Purple #3C377B

Tints of Jacksons Purple #3C377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

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

R = 25.21%
G = 23.11%
B = 51.68%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C377B (or 0x3C377B) is known color: Jacksons Purple. HEX triplet: 3C, 37 and 7B. RGB value is (60,55,123). Sum of RGB (Red+Green+Blue) = 60+55+123=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C377B is #C3C884. Grayscale: #3F3F3F. Windows color (decimal): -12830853 or 8075068. OLE color: 8075068.

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

Color convert

RGB 60 55 123 -
CMYK 0.51 0.55 0 0.52
HSL 244.41º 0.38% 0.35% -
HSV(B) 244.41º 0.55% 0.48% -
XYZ 6.8 5.12 19.37 -
YUV 64.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 60 55 123 0.51 0.55 0 0.52 244.41 0.38 0.35
Hex 3C 37 7B 33 37 0 34 F4 26 23
Octal 74 67 173 63 67 0 64 364 46 43
Binary 111100 110111 1111011 110011 110111 0 110100 11110100 100110 100011

Color Harmonies of #3C377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C377B

Black with #3C377B

Text Example


Text Example

White with #3C377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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