Html Css Color HEX #33337D Jacksons Purple

📋 copy color: '#33337D'

red 51 ◦ green 51 ◦ blue 125

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

Shades of Jacksons Purple #33337D

Tints of Jacksons Purple #33337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 22.47%
G = 22.47%
B = 55.07%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33337D (or 0x33337D) is known color: Jacksons Purple. HEX triplet: 33, 33 and 7D. RGB value is (51,51,125). Sum of RGB (Red+Green+Blue) = 51+51+125=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #33337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33337D is #CCCC82. Grayscale: #3B3B3B. Windows color (decimal): -13421699 or 8205107. OLE color: 8205107.

HSL color Cylindrical-coordinate representation of color #33337D: hue angle of 240º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33337D is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 51 125 -
CMYK 0.59 0.59 0 0.51
HSL 240º 0.42% 0.35% -
HSV(B) 240º 0.59% 0.49% -
XYZ 6.25 4.55 19.95 -
YUV 59.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 51 51 125 0.59 0.59 0 0.51 240 0.42 0.35
Hex 33 33 7D 3B 3B 0 33 F0 2A 23
Octal 63 63 175 73 73 0 63 360 52 43
Binary 110011 110011 1111101 111011 111011 0 110011 11110000 101010 100011

Color Harmonies of #33337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33337D

Black with #33337D

Text Example


Text Example

White with #33337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,51,125); }

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

background-color css

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

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

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

border-color css

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

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

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