Html Css Color HEX #333792 Jacksons Purple

📋 copy color: '#333792'

red 51 ◦ green 55 ◦ blue 146

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

Shades of Jacksons Purple #333792

Tints of Jacksons Purple #333792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 20.24%
G = 21.83%
B = 57.94%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333792 (or 0x333792) is known color: Jacksons Purple. HEX triplet: 33, 37 and 92. RGB value is (51,55,146). Sum of RGB (Red+Green+Blue) = 51+55+146=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #333792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333792 is #CCC86D. Grayscale: #3F3F3F. Windows color (decimal): -13420654 or 9582387. OLE color: 9582387.

HSL color Cylindrical-coordinate representation of color #333792: hue angle of 237.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333792 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 55 146 -
CMYK 0.65 0.62 0 0.43
HSL 237.47º 0.48% 0.39% -
HSV(B) 237.47º 0.65% 0.57% -
XYZ 7.92 5.51 27.84 -
YUV 64.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 51 55 146 0.65 0.62 0 0.43 237.47 0.48 0.39
Hex 33 37 92 41 3E 0 2B ED 30 27
Octal 63 67 222 101 76 0 53 355 60 47
Binary 110011 110111 10010010 1000001 111110 0 101011 11101101 110000 100111

Color Harmonies of #333792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333792

Black with #333792

Text Example


Text Example

White with #333792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333792; }

 p { color: rgb(51,55,146); }

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

background-color css

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

 a { background-color: rgb(51,55,146); }

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

border-color css

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

 span { border-color: rgb(51,55,146); }

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