Html Css Color HEX #332D86 Jacksons Purple

📋 copy color: '#332D86'

red 51 ◦ green 45 ◦ blue 134

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

Shades of Jacksons Purple #332D86

Tints of Jacksons Purple #332D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 22.17%
G = 19.57%
B = 58.26%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#332D86 (or 0x332D86) is known color: Jacksons Purple. HEX triplet: 33, 2D and 86. RGB value is (51,45,134). Sum of RGB (Red+Green+Blue) = 51+45+134=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #332D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D86 is #CCD279. Grayscale: #383838. Windows color (decimal): -13423226 or 8793395. OLE color: 8793395.

HSL color Cylindrical-coordinate representation of color #332D86: hue angle of 244.04º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332D86 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 45 134 -
CMYK 0.62 0.66 0 0.47
HSL 244.04º 0.5% 0.35% -
HSV(B) 244.04º 0.66% 0.53% -
XYZ 6.61 4.3 23.04 -
YUV 56.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 51 45 134 0.62 0.66 0 0.47 244.04 0.5 0.35
Hex 33 2D 86 3E 42 0 2F F4 32 23
Octal 63 55 206 76 102 0 57 364 62 43
Binary 110011 101101 10000110 111110 1000010 0 101111 11110100 110010 100011

Color Harmonies of #332D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D86

Black with #332D86

Text Example


Text Example

White with #332D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332D86; }

 p { color: rgb(51,45,134); }

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

background-color css

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

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

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

border-color css

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

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

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