Html Css Color HEX #33368F Jacksons Purple

📋 copy color: '#33368F'

red 51 ◦ green 54 ◦ blue 143

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

Shades of Jacksons Purple #33368F

Tints of Jacksons Purple #33368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 143 (56.25% from 255) = 57.66%

R = 20.56%
G = 21.77%
B = 57.66%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33368F (or 0x33368F) is known color: Jacksons Purple. HEX triplet: 33, 36 and 8F. RGB value is (51,54,143). Sum of RGB (Red+Green+Blue) = 51+54+143=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #33368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33368F is #CCC970. Grayscale: #3E3E3E. Windows color (decimal): -13420913 or 9385523. OLE color: 9385523.

HSL color Cylindrical-coordinate representation of color #33368F: hue angle of 238.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33368F is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 54 143 -
CMYK 0.64 0.62 0 0.44
HSL 238.04º 0.47% 0.38% -
HSV(B) 238.04º 0.64% 0.56% -
XYZ 7.64 5.33 26.61 -
YUV 63.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 51 54 143 0.64 0.62 0 0.44 238.04 0.47 0.38
Hex 33 36 8F 40 3E 0 2C EE 2F 26
Octal 63 66 217 100 76 0 54 356 57 46
Binary 110011 110110 10001111 1000000 111110 0 101100 11101110 101111 100110

Color Harmonies of #33368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33368F

Black with #33368F

Text Example


Text Example

White with #33368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33368F; }

 p { color: rgb(51,54,143); }

 H1.HeaderClassName
 {
   color: #33368F;
 }
 .AnyTagClassName
 {
   color: #33368F;
 }
</style>

background-color css

<style>
 a { background-color: #33368F; }

 a { background-color: rgb(51,54,143); }

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

border-color css

<style>
 span { border-color: #33368F; }

 span { border-color: rgb(51,54,143); }

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