Html Css Color HEX #333D87 Jacksons Purple

📋 copy color: '#333D87'

red 51 ◦ green 61 ◦ blue 135

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

Shades of Jacksons Purple #333D87

Tints of Jacksons Purple #333D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 20.65%
G = 24.7%
B = 54.66%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333D87 (or 0x333D87) is known color: Jacksons Purple. HEX triplet: 33, 3D and 87. RGB value is (51,61,135). Sum of RGB (Red+Green+Blue) = 51+61+135=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #333D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D87 is #CCC278. Grayscale: #424242. Windows color (decimal): -13419129 or 8863027. OLE color: 8863027.

HSL color Cylindrical-coordinate representation of color #333D87: hue angle of 232.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333D87 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 61 135 -
CMYK 0.62 0.55 0 0.47
HSL 232.86º 0.45% 0.36% -
HSV(B) 232.86º 0.62% 0.53% -
XYZ 7.41 5.79 23.65 -
YUV 66.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 51 61 135 0.62 0.55 0 0.47 232.86 0.45 0.36
Hex 33 3D 87 3E 37 0 2F E9 2D 24
Octal 63 75 207 76 67 0 57 351 55 44
Binary 110011 111101 10000111 111110 110111 0 101111 11101001 101101 100100

Color Harmonies of #333D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D87

Black with #333D87

Text Example


Text Example

White with #333D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D87; }

 p { color: rgb(51,61,135); }

 H1.HeaderClassName
 {
   color: #333D87;
 }
 .AnyTagClassName
 {
   color: #333D87;
 }
</style>

background-color css

<style>
 a { background-color: #333D87; }

 a { background-color: rgb(51,61,135); }

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

border-color css

<style>
 span { border-color: #333D87; }

 span { border-color: rgb(51,61,135); }

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