Html Css Color HEX #333C92 Jacksons Purple

📋 copy color: '#333C92'

red 51 ◦ green 60 ◦ blue 146

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

Shades of Jacksons Purple #333C92

Tints of Jacksons Purple #333C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

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

R = 19.84%
G = 23.35%
B = 56.81%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333C92 (or 0x333C92) is known color: Jacksons Purple. HEX triplet: 33, 3C and 92. RGB value is (51,60,146). Sum of RGB (Red+Green+Blue) = 51+60+146=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #333C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C92 is #CCC36D. Grayscale: #424242. Windows color (decimal): -13419374 or 9583667. OLE color: 9583667.

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

Color convert

RGB 51 60 146 -
CMYK 0.65 0.59 0 0.43
HSL 234.32º 0.48% 0.39% -
HSV(B) 234.32º 0.65% 0.57% -
XYZ 8.17 6.01 27.92 -
YUV 67.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 51 60 146 0.65 0.59 0 0.43 234.32 0.48 0.39
Hex 33 3C 92 41 3B 0 2B EA 30 27
Octal 63 74 222 101 73 0 53 352 60 47
Binary 110011 111100 10010010 1000001 111011 0 101011 11101010 110000 100111

Color Harmonies of #333C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C92

Black with #333C92

Text Example


Text Example

White with #333C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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