Html Css Color HEX #33307A Jacksons Purple

📋 copy color: '#33307A'

red 51 ◦ green 48 ◦ blue 122

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

Shades of Jacksons Purple #33307A

Tints of Jacksons Purple #33307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 23.08%
G = 21.72%
B = 55.2%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33307A (or 0x33307A) is known color: Jacksons Purple. HEX triplet: 33, 30 and 7A. RGB value is (51,48,122). Sum of RGB (Red+Green+Blue) = 51+48+122=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #33307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33307A is #CCCF85. Grayscale: #393939. Windows color (decimal): -13422470 or 8007731. OLE color: 8007731.

HSL color Cylindrical-coordinate representation of color #33307A: hue angle of 242.43º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33307A is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 48 122 -
CMYK 0.58 0.61 0 0.52
HSL 242.43º 0.44% 0.33% -
HSV(B) 242.43º 0.61% 0.48% -
XYZ 5.94 4.22 18.91 -
YUV 57.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 51 48 122 0.58 0.61 0 0.52 242.43 0.44 0.33
Hex 33 30 7A 3A 3D 0 34 F2 2C 21
Octal 63 60 172 72 75 0 64 362 54 41
Binary 110011 110000 1111010 111010 111101 0 110100 11110010 101100 100001

Color Harmonies of #33307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33307A

Black with #33307A

Text Example


Text Example

White with #33307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33307A; }

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

 H1.HeaderClassName
 {
   color: #33307A;
 }
 .AnyTagClassName
 {
   color: #33307A;
 }
</style>

background-color css

<style>
 a { background-color: #33307A; }

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

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

border-color css

<style>
 span { border-color: #33307A; }

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

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