Html Css Color HEX #333C89 Jacksons Purple

📋 copy color: '#333C89'

red 51 ◦ green 60 ◦ blue 137

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

Shades of Jacksons Purple #333C89

Tints of Jacksons Purple #333C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.24%

R = 20.56%
G = 24.19%
B = 55.24%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333C89 (or 0x333C89) is known color: Jacksons Purple. HEX triplet: 33, 3C and 89. RGB value is (51,60,137). Sum of RGB (Red+Green+Blue) = 51+60+137=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #333C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C89 is #CCC376. Grayscale: #414141. Windows color (decimal): -13419383 or 8993843. OLE color: 8993843.

HSL color Cylindrical-coordinate representation of color #333C89: hue angle of 233.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333C89 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 60 137 -
CMYK 0.63 0.56 0 0.46
HSL 233.72º 0.46% 0.37% -
HSV(B) 233.72º 0.63% 0.54% -
XYZ 7.5 5.74 24.38 -
YUV 66.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 51 60 137 0.63 0.56 0 0.46 233.72 0.46 0.37
Hex 33 3C 89 3F 38 0 2E EA 2E 25
Octal 63 74 211 77 70 0 56 352 56 45
Binary 110011 111100 10001001 111111 111000 0 101110 11101010 101110 100101

Color Harmonies of #333C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C89

Black with #333C89

Text Example


Text Example

White with #333C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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