Html Css Color HEX #333A85 Jacksons Purple

📋 copy color: '#333A85'

red 51 ◦ green 58 ◦ blue 133

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

Shades of Jacksons Purple #333A85

Tints of Jacksons Purple #333A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 21.07%
G = 23.97%
B = 54.96%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#333A85 (or 0x333A85) is known color: Jacksons Purple. HEX triplet: 33, 3A and 85. RGB value is (51,58,133). Sum of RGB (Red+Green+Blue) = 51+58+133=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #333A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333A85 is #CCC57A. Grayscale: #404040. Windows color (decimal): -13419899 or 8731187. OLE color: 8731187.

HSL color Cylindrical-coordinate representation of color #333A85: hue angle of 234.88º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333A85 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 58 133 -
CMYK 0.62 0.56 0 0.48
HSL 234.88º 0.45% 0.36% -
HSV(B) 234.88º 0.62% 0.52% -
XYZ 7.11 5.42 22.86 -
YUV 64.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 51 58 133 0.62 0.56 0 0.48 234.88 0.45 0.36
Hex 33 3A 85 3E 38 0 30 EB 2D 24
Octal 63 72 205 76 70 0 60 353 55 44
Binary 110011 111010 10000101 111110 111000 0 110000 11101011 101101 100100

Color Harmonies of #333A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A85

Black with #333A85

Text Example


Text Example

White with #333A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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