Html Css Color HEX #333087 Jacksons Purple

📋 copy color: '#333087'

red 51 ◦ green 48 ◦ blue 135

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

Shades of Jacksons Purple #333087

Tints of Jacksons Purple #333087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 21.79%
G = 20.51%
B = 57.69%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333087 (or 0x333087) is known color: Jacksons Purple. HEX triplet: 33, 30 and 87. RGB value is (51,48,135). Sum of RGB (Red+Green+Blue) = 51+48+135=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #333087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333087 is #CCCF78. Grayscale: #3A3A3A. Windows color (decimal): -13422457 or 8859699. OLE color: 8859699.

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

Color convert

RGB 51 48 135 -
CMYK 0.62 0.64 0 0.47
HSL 242.07º 0.48% 0.36% -
HSV(B) 242.07º 0.64% 0.53% -
XYZ 6.8 4.57 23.45 -
YUV 58.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 51 48 135 0.62 0.64 0 0.47 242.07 0.48 0.36
Hex 33 30 87 3E 40 0 2F F2 30 24
Octal 63 60 207 76 100 0 57 362 60 44
Binary 110011 110000 10000111 111110 1000000 0 101111 11110010 110000 100100

Color Harmonies of #333087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333087

Black with #333087

Text Example


Text Example

White with #333087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333087; }

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

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

background-color css

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

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

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

border-color css

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

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

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