Html Css Color HEX #33398B Jacksons Purple

📋 copy color: '#33398B'

red 51 ◦ green 57 ◦ blue 139

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

Shades of Jacksons Purple #33398B

Tints of Jacksons Purple #33398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 20.65%
G = 23.08%
B = 56.28%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33398B (or 0x33398B) is known color: Jacksons Purple. HEX triplet: 33, 39 and 8B. RGB value is (51,57,139). Sum of RGB (Red+Green+Blue) = 51+57+139=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #33398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33398B is #CCC674. Grayscale: #404040. Windows color (decimal): -13420149 or 9124147. OLE color: 9124147.

HSL color Cylindrical-coordinate representation of color #33398B: hue angle of 235.91º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33398B is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 57 139 -
CMYK 0.63 0.59 0 0.45
HSL 235.91º 0.46% 0.37% -
HSV(B) 235.91º 0.63% 0.55% -
XYZ 7.49 5.49 25.09 -
YUV 64.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 51 57 139 0.63 0.59 0 0.45 235.91 0.46 0.37
Hex 33 39 8B 3F 3B 0 2D EC 2E 25
Octal 63 71 213 77 73 0 55 354 56 45
Binary 110011 111001 10001011 111111 111011 0 101101 11101100 101110 100101

Color Harmonies of #33398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33398B

Black with #33398B

Text Example


Text Example

White with #33398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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