Html Css Color HEX #333992 Jacksons Purple

📋 copy color: '#333992'

red 51 ◦ green 57 ◦ blue 146

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

Shades of Jacksons Purple #333992

Tints of Jacksons Purple #333992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 20.08%
G = 22.44%
B = 57.48%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333992 (or 0x333992) is known color: Jacksons Purple. HEX triplet: 33, 39 and 92. RGB value is (51,57,146). Sum of RGB (Red+Green+Blue) = 51+57+146=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #333992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333992 is #CCC66D. Grayscale: #404040. Windows color (decimal): -13420142 or 9582899. OLE color: 9582899.

HSL color Cylindrical-coordinate representation of color #333992: hue angle of 236.21º 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 #333992 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 57 146 -
CMYK 0.65 0.61 0 0.43
HSL 236.21º 0.48% 0.39% -
HSV(B) 236.21º 0.65% 0.57% -
XYZ 8.02 5.71 27.87 -
YUV 65.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 51 57 146 0.65 0.61 0 0.43 236.21 0.48 0.39
Hex 33 39 92 41 3D 0 2B EC 30 27
Octal 63 71 222 101 75 0 53 354 60 47
Binary 110011 111001 10010010 1000001 111101 0 101011 11101100 110000 100111

Color Harmonies of #333992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333992

Black with #333992

Text Example


Text Example

White with #333992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333992; }

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

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

background-color css

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

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

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

border-color css

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

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

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