Html Css Color HEX #33398D Jacksons Purple

📋 copy color: '#33398D'

red 51 ◦ green 57 ◦ blue 141

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

Shades of Jacksons Purple #33398D

Tints of Jacksons Purple #33398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 20.48%
G = 22.89%
B = 56.63%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33398D (or 0x33398D) is known color: Jacksons Purple. HEX triplet: 33, 39 and 8D. RGB value is (51,57,141). Sum of RGB (Red+Green+Blue) = 51+57+141=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #33398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33398D is #CCC672. Grayscale: #404040. Windows color (decimal): -13420147 or 9255219. OLE color: 9255219.

HSL color Cylindrical-coordinate representation of color #33398D: hue angle of 236º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33398D is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 57 141 -
CMYK 0.64 0.60 0 0.45
HSL 236º 0.47% 0.38% -
HSV(B) 236º 0.64% 0.55% -
XYZ 7.64 5.55 25.87 -
YUV 64.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 51 57 141 0.64 0.60 0 0.45 236 0.47 0.38
Hex 33 39 8D 40 3C 0 2D EC 2F 26
Octal 63 71 215 100 74 0 55 354 57 46
Binary 110011 111001 10001101 1000000 111100 0 101101 11101100 101111 100110

Color Harmonies of #33398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33398D

Black with #33398D

Text Example


Text Example

White with #33398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33398D; }

 p { color: rgb(51,57,141); }

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

background-color css

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

 a { background-color: rgb(51,57,141); }

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

border-color css

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

 span { border-color: rgb(51,57,141); }

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