Html Css Color HEX #33308E Jacksons Purple

📋 copy color: '#33308E'

red 51 ◦ green 48 ◦ blue 142

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

Shades of Jacksons Purple #33308E

Tints of Jacksons Purple #33308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 21.16%
G = 19.92%
B = 58.92%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33308E (or 0x33308E) is known color: Jacksons Purple. HEX triplet: 33, 30 and 8E. RGB value is (51,48,142). Sum of RGB (Red+Green+Blue) = 51+48+142=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #33308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33308E is #CCCF71. Grayscale: #3B3B3B. Windows color (decimal): -13422450 or 9318451. OLE color: 9318451.

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

Color convert

RGB 51 48 142 -
CMYK 0.64 0.66 0 0.44
HSL 241.91º 0.49% 0.37% -
HSV(B) 241.91º 0.66% 0.56% -
XYZ 7.3 4.77 26.13 -
YUV 59.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 51 48 142 0.64 0.66 0 0.44 241.91 0.49 0.37
Hex 33 30 8E 40 42 0 2C F2 31 25
Octal 63 60 216 100 102 0 54 362 61 45
Binary 110011 110000 10001110 1000000 1000010 0 101100 11110010 110001 100101

Color Harmonies of #33308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33308E

Black with #33308E

Text Example


Text Example

White with #33308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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