Html Css Color HEX #333A88 Jacksons Purple

📋 copy color: '#333A88'

red 51 ◦ green 58 ◦ blue 136

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

Shades of Jacksons Purple #333A88

Tints of Jacksons Purple #333A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 20.82%
G = 23.67%
B = 55.51%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333A88 (or 0x333A88) is known color: Jacksons Purple. HEX triplet: 33, 3A and 88. RGB value is (51,58,136). Sum of RGB (Red+Green+Blue) = 51+58+136=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #333A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333A88 is #CCC577. Grayscale: #404040. Windows color (decimal): -13419896 or 8927795. OLE color: 8927795.

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

Color convert

RGB 51 58 136 -
CMYK 0.62 0.57 0 0.47
HSL 235.06º 0.45% 0.37% -
HSV(B) 235.06º 0.63% 0.53% -
XYZ 7.32 5.51 23.97 -
YUV 64.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 51 58 136 0.62 0.57 0 0.47 235.06 0.45 0.37
Hex 33 3A 88 3E 39 0 2F EB 2D 25
Octal 63 72 210 76 71 0 57 353 55 45
Binary 110011 111010 10001000 111110 111001 0 101111 11101011 101101 100101

Color Harmonies of #333A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A88

Black with #333A88

Text Example


Text Example

White with #333A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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