Html Css Color HEX #3B337B Jacksons Purple

📋 copy color: '#3B337B'

red 59 ◦ green 51 ◦ blue 123

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

Shades of Jacksons Purple #3B337B

Tints of Jacksons Purple #3B337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 25.32%
G = 21.89%
B = 52.79%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B337B (or 0x3B337B) is known color: Jacksons Purple. HEX triplet: 3B, 33 and 7B. RGB value is (59,51,123). Sum of RGB (Red+Green+Blue) = 59+51+123=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B337B is #C4CC84. Grayscale: #3D3D3D. Windows color (decimal): -12897413 or 8074043. OLE color: 8074043.

HSL color Cylindrical-coordinate representation of color #3B337B: hue angle of 246.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B337B is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 51 123 -
CMYK 0.52 0.59 0 0.52
HSL 246.67º 0.41% 0.34% -
HSV(B) 246.67º 0.59% 0.48% -
XYZ 6.56 4.73 19.31 -
YUV 61.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 59 51 123 0.52 0.59 0 0.52 246.67 0.41 0.34
Hex 3B 33 7B 34 3B 0 34 F7 29 22
Octal 73 63 173 64 73 0 64 367 51 42
Binary 111011 110011 1111011 110100 111011 0 110100 11110111 101001 100010

Color Harmonies of #3B337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B337B

Black with #3B337B

Text Example


Text Example

White with #3B337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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