Html Css Color HEX #333288 Jacksons Purple

📋 copy color: '#333288'

red 51 ◦ green 50 ◦ blue 136

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

Shades of Jacksons Purple #333288

Tints of Jacksons Purple #333288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 21.52%
G = 21.1%
B = 57.38%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333288 (or 0x333288) is known color: Jacksons Purple. HEX triplet: 33, 32 and 88. RGB value is (51,50,136). Sum of RGB (Red+Green+Blue) = 51+50+136=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #333288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333288 is #CCCD77. Grayscale: #3B3B3B. Windows color (decimal): -13421944 or 8925747. OLE color: 8925747.

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

Color convert

RGB 51 50 136 -
CMYK 0.62 0.63 0 0.47
HSL 240.7º 0.46% 0.36% -
HSV(B) 240.7º 0.63% 0.53% -
XYZ 6.95 4.76 23.85 -
YUV 60.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 51 50 136 0.62 0.63 0 0.47 240.7 0.46 0.36
Hex 33 32 88 3E 3F 0 2F F1 2E 24
Octal 63 62 210 76 77 0 57 361 56 44
Binary 110011 110010 10001000 111110 111111 0 101111 11110001 101110 100100

Color Harmonies of #333288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333288

Black with #333288

Text Example


Text Example

White with #333288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333288; }

 p { color: rgb(51,50,136); }

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

background-color css

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

 a { background-color: rgb(51,50,136); }

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

border-color css

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

 span { border-color: rgb(51,50,136); }

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