Html Css Color HEX #333993 Jacksons Purple

📋 copy color: '#333993'

red 51 ◦ green 57 ◦ blue 147

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

Shades of Jacksons Purple #333993

Tints of Jacksons Purple #333993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 20%
G = 22.35%
B = 57.65%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333993 (or 0x333993) is known color: Jacksons Purple. HEX triplet: 33, 39 and 93. RGB value is (51,57,147). Sum of RGB (Red+Green+Blue) = 51+57+147=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #333993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333993 is #CCC66C. Grayscale: #414141. Windows color (decimal): -13420141 or 9648435. OLE color: 9648435.

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

Color convert

RGB 51 57 147 -
CMYK 0.65 0.61 0 0.42
HSL 236.25º 0.48% 0.39% -
HSV(B) 236.25º 0.65% 0.58% -
XYZ 8.09 5.74 28.28 -
YUV 65.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 51 57 147 0.65 0.61 0 0.42 236.25 0.48 0.39
Hex 33 39 93 41 3D 0 2A EC 30 27
Octal 63 71 223 101 75 0 52 354 60 47
Binary 110011 111001 10010011 1000001 111101 0 101010 11101100 110000 100111

Color Harmonies of #333993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333993

Black with #333993

Text Example


Text Example

White with #333993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333993; }

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

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

background-color css

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

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

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

border-color css

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

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

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