#33367E

Color #33367E Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #33367E

Tints of Jacksons Purple #33367E

Color information

#33367E (or 0x33367E) is unknown color: approx Jacksons Purple. HEX triplet: 33, 36 and 7E. RGB value is (51,54,126). Sum of RGB (Red+Green+Blue) = 51+54+126=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #33367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367E is #CCC981. Grayscale: #3D3D3D. Windows color (decimal): -13420930 or 8271411. OLE color: 8271411.

HSL color Cylindrical-coordinate representation of color #33367E: hue angle of 237.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33367E is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5154126-
CMYK0.600.5700.51
HSL237.6º42.37%34.71%-
HSV(B)237.6º59.52%49.41%-
XYZ6.454.8520.33-
YUV61.31164.51120.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=22.08%
G=23.38%
B=54.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51541260.600.5700.51237.642.3734.71
Hex33367E3C39033ee2a23
Octal636617674710633565243
Binary1100111101101111110111100111001011001111101110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33367E; }

 p { color: rgb(51,54,126); }

 H1.HeaderClassName
 {
   color: #33367E;
 }
 .AnyTagClassName
 {
   color: #33367E;
 }
</style>
background-color css

<style>
 a { background-color: #33367E; }

 a { background-color: rgb(51,54,126); }

 div.DivClassName
 {
   background-color: #33367E;
 }
 .BgClassName
 {
   background-color: #33367E;
 }
</style>
border-color css

<style>
 span { border-color: #33367E; }

 span { border-color: rgb(51,54,126); }

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