Html Css Color HEX #332F8B Jacksons Purple

📋 copy color: '#332F8B'

red 51 ◦ green 47 ◦ blue 139

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

Shades of Jacksons Purple #332F8B

Tints of Jacksons Purple #332F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.83%

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

R = 21.52%
G = 19.83%
B = 58.65%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#332F8B (or 0x332F8B) is known color: Jacksons Purple. HEX triplet: 33, 2F and 8B. RGB value is (51,47,139). Sum of RGB (Red+Green+Blue) = 51+47+139=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #332F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F8B is #CCD074. Grayscale: #3A3A3A. Windows color (decimal): -13422709 or 9121587. OLE color: 9121587.

HSL color Cylindrical-coordinate representation of color #332F8B: hue angle of 242.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332F8B is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 47 139 -
CMYK 0.63 0.66 0 0.45
HSL 242.61º 0.49% 0.36% -
HSV(B) 242.61º 0.66% 0.55% -
XYZ 7.04 4.6 24.94 -
YUV 58.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 51 47 139 0.63 0.66 0 0.45 242.61 0.49 0.36
Hex 33 2F 8B 3F 42 0 2D F3 31 24
Octal 63 57 213 77 102 0 55 363 61 44
Binary 110011 101111 10001011 111111 1000010 0 101101 11110011 110001 100100

Color Harmonies of #332F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F8B

Black with #332F8B

Text Example


Text Example

White with #332F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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