Html Css Color HEX #3B377B Jacksons Purple

📋 copy color: '#3B377B'

red 59 ◦ green 55 ◦ blue 123

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

Shades of Jacksons Purple #3B377B

Tints of Jacksons Purple #3B377B

RGB

 RED value IS 59 (23.44% from 255) = 24.89%

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

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

R = 24.89%
G = 23.21%
B = 51.9%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B377B (or 0x3B377B) is known color: Jacksons Purple. HEX triplet: 3B, 37 and 7B. RGB value is (59,55,123). Sum of RGB (Red+Green+Blue) = 59+55+123=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B377B is #C4C884. Grayscale: #3F3F3F. Windows color (decimal): -12896389 or 8075067. OLE color: 8075067.

HSL color Cylindrical-coordinate representation of color #3B377B: hue angle of 243.53º 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 #3B377B is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 55 123 -
CMYK 0.52 0.55 0 0.52
HSL 243.53º 0.38% 0.35% -
HSV(B) 243.53º 0.55% 0.48% -
XYZ 6.74 5.09 19.37 -
YUV 63.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 59 55 123 0.52 0.55 0 0.52 243.53 0.38 0.35
Hex 3B 37 7B 34 37 0 34 F4 26 23
Octal 73 67 173 64 67 0 64 364 46 43
Binary 111011 110111 1111011 110100 110111 0 110100 11110100 100110 100011

Color Harmonies of #3B377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B377B

Black with #3B377B

Text Example


Text Example

White with #3B377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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