Html Css Color HEX #333089 Jacksons Purple

📋 copy color: '#333089'

red 51 ◦ green 48 ◦ blue 137

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

Shades of Jacksons Purple #333089

Tints of Jacksons Purple #333089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 21.61%
G = 20.34%
B = 58.05%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333089 (or 0x333089) is known color: Jacksons Purple. HEX triplet: 33, 30 and 89. RGB value is (51,48,137). Sum of RGB (Red+Green+Blue) = 51+48+137=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #333089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333089 is #CCCF76. Grayscale: #3A3A3A. Windows color (decimal): -13422455 or 8990771. OLE color: 8990771.

HSL color Cylindrical-coordinate representation of color #333089: hue angle of 242.02º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333089 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 48 137 -
CMYK 0.63 0.65 0 0.46
HSL 242.02º 0.48% 0.36% -
HSV(B) 242.02º 0.65% 0.54% -
XYZ 6.94 4.62 24.19 -
YUV 59.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 51 48 137 0.63 0.65 0 0.46 242.02 0.48 0.36
Hex 33 30 89 3F 41 0 2E F2 30 24
Octal 63 60 211 77 101 0 56 362 60 44
Binary 110011 110000 10001001 111111 1000001 0 101110 11110010 110000 100100

Color Harmonies of #333089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333089

Black with #333089

Text Example


Text Example

White with #333089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333089; }

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

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

background-color css

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

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

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

border-color css

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

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

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