Html Css Color HEX #333E85 Jacksons Purple

📋 copy color: '#333E85'

red 51 ◦ green 62 ◦ blue 133

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

Shades of Jacksons Purple #333E85

Tints of Jacksons Purple #333E85

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.2%

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

R = 20.73%
G = 25.2%
B = 54.07%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#333E85 (or 0x333E85) is known color: Jacksons Purple. HEX triplet: 33, 3E and 85. RGB value is (51,62,133). Sum of RGB (Red+Green+Blue) = 51+62+133=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #333E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E85 is #CCC17A. Grayscale: #424242. Windows color (decimal): -13418875 or 8732211. OLE color: 8732211.

HSL color Cylindrical-coordinate representation of color #333E85: hue angle of 231.95º 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 #333E85 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 62 133 -
CMYK 0.62 0.53 0 0.48
HSL 231.95º 0.45% 0.36% -
HSV(B) 231.95º 0.62% 0.52% -
XYZ 7.32 5.84 22.93 -
YUV 66.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 51 62 133 0.62 0.53 0 0.48 231.95 0.45 0.36
Hex 33 3E 85 3E 35 0 30 E8 2D 24
Octal 63 76 205 76 65 0 60 350 55 44
Binary 110011 111110 10000101 111110 110101 0 110000 11101000 101101 100100

Color Harmonies of #333E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E85

Black with #333E85

Text Example


Text Example

White with #333E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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