Html Css Color HEX #33348D Jacksons Purple

📋 copy color: '#33348D'

red 51 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #33348D

Tints of Jacksons Purple #33348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 20.9%
G = 21.31%
B = 57.79%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33348D (or 0x33348D) is known color: Jacksons Purple. HEX triplet: 33, 34 and 8D. RGB value is (51,52,141). Sum of RGB (Red+Green+Blue) = 51+52+141=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #33348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33348D is #CCCB72. Grayscale: #3D3D3D. Windows color (decimal): -13421427 or 9253939. OLE color: 9253939.

HSL color Cylindrical-coordinate representation of color #33348D: hue angle of 239.33º 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 #33348D is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 52 141 -
CMYK 0.64 0.63 0 0.45
HSL 239.33º 0.47% 0.38% -
HSV(B) 239.33º 0.64% 0.55% -
XYZ 7.4 5.08 25.79 -
YUV 61.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 51 52 141 0.64 0.63 0 0.45 239.33 0.47 0.38
Hex 33 34 8D 40 3F 0 2D EF 2F 26
Octal 63 64 215 100 77 0 55 357 57 46
Binary 110011 110100 10001101 1000000 111111 0 101101 11101111 101111 100110

Color Harmonies of #33348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33348D

Black with #33348D

Text Example


Text Example

White with #33348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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