Html Css Color HEX #333C84 Jacksons Purple

📋 copy color: '#333C84'

red 51 ◦ green 60 ◦ blue 132

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

Shades of Jacksons Purple #333C84

Tints of Jacksons Purple #333C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 20.99%
G = 24.69%
B = 54.32%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#333C84 (or 0x333C84) is known color: Jacksons Purple. HEX triplet: 33, 3C and 84. RGB value is (51,60,132). Sum of RGB (Red+Green+Blue) = 51+60+132=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #333C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C84 is #CCC37B. Grayscale: #414141. Windows color (decimal): -13419388 or 8666163. OLE color: 8666163.

HSL color Cylindrical-coordinate representation of color #333C84: hue angle of 233.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333C84 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 60 132 -
CMYK 0.61 0.55 0 0.48
HSL 233.33º 0.44% 0.36% -
HSV(B) 233.33º 0.61% 0.52% -
XYZ 7.15 5.6 22.53 -
YUV 65.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 51 60 132 0.61 0.55 0 0.48 233.33 0.44 0.36
Hex 33 3C 84 3D 37 0 30 E9 2C 24
Octal 63 74 204 75 67 0 60 351 54 44
Binary 110011 111100 10000100 111101 110111 0 110000 11101001 101100 100100

Color Harmonies of #333C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C84

Black with #333C84

Text Example


Text Example

White with #333C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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