Html Css Color HEX #333692 Jacksons Purple

📋 copy color: '#333692'

red 51 ◦ green 54 ◦ blue 146

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

Shades of Jacksons Purple #333692

Tints of Jacksons Purple #333692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 20.32%
G = 21.51%
B = 58.17%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333692 (or 0x333692) is known color: Jacksons Purple. HEX triplet: 33, 36 and 92. RGB value is (51,54,146). Sum of RGB (Red+Green+Blue) = 51+54+146=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #333692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333692 is #CCC96D. Grayscale: #3F3F3F. Windows color (decimal): -13420910 or 9582131. OLE color: 9582131.

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

Color convert

RGB 51 54 146 -
CMYK 0.65 0.63 0 0.43
HSL 238.11º 0.48% 0.39% -
HSV(B) 238.11º 0.65% 0.57% -
XYZ 7.87 5.42 27.82 -
YUV 63.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 51 54 146 0.65 0.63 0 0.43 238.11 0.48 0.39
Hex 33 36 92 41 3F 0 2B EE 30 27
Octal 63 66 222 101 77 0 53 356 60 47
Binary 110011 110110 10010010 1000001 111111 0 101011 11101110 110000 100111

Color Harmonies of #333692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333692

Black with #333692

Text Example


Text Example

White with #333692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333692; }

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

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

background-color css

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

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

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

border-color css

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

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

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