Html Css Color HEX #3B377D Jacksons Purple

📋 copy color: '#3B377D'

red 59 ◦ green 55 ◦ blue 125

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

Shades of Jacksons Purple #3B377D

Tints of Jacksons Purple #3B377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 24.69%
G = 23.01%
B = 52.3%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B377D (or 0x3B377D) is known color: Jacksons Purple. HEX triplet: 3B, 37 and 7D. RGB value is (59,55,125). Sum of RGB (Red+Green+Blue) = 59+55+125=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B377D is #C4C882. Grayscale: #3F3F3F. Windows color (decimal): -12896387 or 8206139. OLE color: 8206139.

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

Color convert

RGB 59 55 125 -
CMYK 0.53 0.56 0 0.51
HSL 243.43º 0.39% 0.35% -
HSV(B) 243.43º 0.56% 0.49% -
XYZ 6.87 5.14 20.03 -
YUV 64.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 59 55 125 0.53 0.56 0 0.51 243.43 0.39 0.35
Hex 3B 37 7D 35 38 0 33 F3 27 23
Octal 73 67 175 65 70 0 63 363 47 43
Binary 111011 110111 1111101 110101 111000 0 110011 11110011 100111 100011

Color Harmonies of #3B377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B377D

Black with #3B377D

Text Example


Text Example

White with #3B377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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