Html Css Color HEX #33378B Jacksons Purple

📋 copy color: '#33378B'

red 51 ◦ green 55 ◦ blue 139

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

Shades of Jacksons Purple #33378B

Tints of Jacksons Purple #33378B

RGB

 RED value IS 51 (20.31% from 255) = 20.82%

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 20.82%
G = 22.45%
B = 56.73%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33378B (or 0x33378B) is known color: Jacksons Purple. HEX triplet: 33, 37 and 8B. RGB value is (51,55,139). Sum of RGB (Red+Green+Blue) = 51+55+139=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #33378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33378B is #CCC874. Grayscale: #3F3F3F. Windows color (decimal): -13420661 or 9123635. OLE color: 9123635.

HSL color Cylindrical-coordinate representation of color #33378B: hue angle of 237.27º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33378B is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 55 139 -
CMYK 0.63 0.60 0 0.45
HSL 237.27º 0.46% 0.37% -
HSV(B) 237.27º 0.63% 0.55% -
XYZ 7.39 5.3 25.06 -
YUV 63.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 51 55 139 0.63 0.60 0 0.45 237.27 0.46 0.37
Hex 33 37 8B 3F 3C 0 2D ED 2E 25
Octal 63 67 213 77 74 0 55 355 56 45
Binary 110011 110111 10001011 111111 111100 0 101101 11101101 101110 100101

Color Harmonies of #33378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33378B

Black with #33378B

Text Example


Text Example

White with #33378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33378B; }

 p { color: rgb(51,55,139); }

 H1.HeaderClassName
 {
   color: #33378B;
 }
 .AnyTagClassName
 {
   color: #33378B;
 }
</style>

background-color css

<style>
 a { background-color: #33378B; }

 a { background-color: rgb(51,55,139); }

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

border-color css

<style>
 span { border-color: #33378B; }

 span { border-color: rgb(51,55,139); }

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