Html Css Color HEX #332B7D Jacksons Purple

📋 copy color: '#332B7D'

red 51 ◦ green 43 ◦ blue 125

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

Shades of Jacksons Purple #332B7D

Tints of Jacksons Purple #332B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

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

R = 23.29%
G = 19.63%
B = 57.08%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#332B7D (or 0x332B7D) is known color: Jacksons Purple. HEX triplet: 33, 2B and 7D. RGB value is (51,43,125). Sum of RGB (Red+Green+Blue) = 51+43+125=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #332B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B7D is #CCD482. Grayscale: #363636. Windows color (decimal): -13423747 or 8203059. OLE color: 8203059.

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

Color convert

RGB 51 43 125 -
CMYK 0.59 0.66 0 0.51
HSL 245.85º 0.49% 0.33% -
HSV(B) 245.85º 0.66% 0.49% -
XYZ 5.93 3.91 19.84 -
YUV 54.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 51 43 125 0.59 0.66 0 0.51 245.85 0.49 0.33
Hex 33 2B 7D 3B 42 0 33 F6 31 21
Octal 63 53 175 73 102 0 63 366 61 41
Binary 110011 101011 1111101 111011 1000010 0 110011 11110110 110001 100001

Color Harmonies of #332B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B7D

Black with #332B7D

Text Example


Text Example

White with #332B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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