Html Css Color HEX #333F87 Jacksons Purple

📋 copy color: '#333F87'

red 51 ◦ green 63 ◦ blue 135

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

Shades of Jacksons Purple #333F87

Tints of Jacksons Purple #333F87

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 20.48%
G = 25.3%
B = 54.22%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333F87 (or 0x333F87) is known color: Jacksons Purple. HEX triplet: 33, 3F and 87. RGB value is (51,63,135). Sum of RGB (Red+Green+Blue) = 51+63+135=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #333F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F87 is #CCC078. Grayscale: #434343. Windows color (decimal): -13418617 or 8863539. OLE color: 8863539.

HSL color Cylindrical-coordinate representation of color #333F87: hue angle of 231.43º 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 #333F87 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 63 135 -
CMYK 0.62 0.53 0 0.47
HSL 231.43º 0.45% 0.36% -
HSV(B) 231.43º 0.62% 0.53% -
XYZ 7.52 6.01 23.69 -
YUV 67.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 51 63 135 0.62 0.53 0 0.47 231.43 0.45 0.36
Hex 33 3F 87 3E 35 0 2F E7 2D 24
Octal 63 77 207 76 65 0 57 347 55 44
Binary 110011 111111 10000111 111110 110101 0 101111 11100111 101101 100100

Color Harmonies of #333F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F87

Black with #333F87

Text Example


Text Example

White with #333F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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