Html Css Color HEX #333781 Jacksons Purple

📋 copy color: '#333781'

red 51 ◦ green 55 ◦ blue 129

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

Shades of Jacksons Purple #333781

Tints of Jacksons Purple #333781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

 BLUE value IS 129 (50.78% from 255) = 54.89%

R = 21.7%
G = 23.4%
B = 54.89%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#333781 (or 0x333781) is known color: Jacksons Purple. HEX triplet: 33, 37 and 81. RGB value is (51,55,129). Sum of RGB (Red+Green+Blue) = 51+55+129=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #333781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333781 is #CCC87E. Grayscale: #3D3D3D. Windows color (decimal): -13420671 or 8468275. OLE color: 8468275.

HSL color Cylindrical-coordinate representation of color #333781: hue angle of 236.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333781 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 55 129 -
CMYK 0.60 0.57 0 0.49
HSL 236.92º 0.43% 0.35% -
HSV(B) 236.92º 0.6% 0.51% -
XYZ 6.69 5.02 21.39 -
YUV 62.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 51 55 129 0.60 0.57 0 0.49 236.92 0.43 0.35
Hex 33 37 81 3C 39 0 31 ED 2B 23
Octal 63 67 201 74 71 0 61 355 53 43
Binary 110011 110111 10000001 111100 111001 0 110001 11101101 101011 100011

Color Harmonies of #333781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333781

Black with #333781

Text Example


Text Example

White with #333781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333781; }

 p { color: rgb(51,55,129); }

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

background-color css

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

 a { background-color: rgb(51,55,129); }

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

border-color css

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

 span { border-color: rgb(51,55,129); }

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