Html Css Color HEX #33308C Jacksons Purple

📋 copy color: '#33308C'

red 51 ◦ green 48 ◦ blue 140

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

Shades of Jacksons Purple #33308C

Tints of Jacksons Purple #33308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 21.34%
G = 20.08%
B = 58.58%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33308C (or 0x33308C) is known color: Jacksons Purple. HEX triplet: 33, 30 and 8C. RGB value is (51,48,140). Sum of RGB (Red+Green+Blue) = 51+48+140=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #33308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33308C is #CCCF73. Grayscale: #3B3B3B. Windows color (decimal): -13422452 or 9187379. OLE color: 9187379.

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

Color convert

RGB 51 48 140 -
CMYK 0.64 0.66 0 0.45
HSL 241.96º 0.49% 0.37% -
HSV(B) 241.96º 0.66% 0.55% -
XYZ 7.16 4.71 25.34 -
YUV 59.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 51 48 140 0.64 0.66 0 0.45 241.96 0.49 0.37
Hex 33 30 8C 40 42 0 2D F2 31 25
Octal 63 60 214 100 102 0 55 362 61 45
Binary 110011 110000 10001100 1000000 1000010 0 101101 11110010 110001 100101

Color Harmonies of #33308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33308C

Black with #33308C

Text Example


Text Example

White with #33308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33308C; }

 p { color: rgb(51,48,140); }

 H1.HeaderClassName
 {
   color: #33308C;
 }
 .AnyTagClassName
 {
   color: #33308C;
 }
</style>

background-color css

<style>
 a { background-color: #33308C; }

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

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

border-color css

<style>
 span { border-color: #33308C; }

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

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