Html Css Color HEX #33368C Jacksons Purple

📋 copy color: '#33368C'

red 51 ◦ green 54 ◦ blue 140

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

Shades of Jacksons Purple #33368C

Tints of Jacksons Purple #33368C

RGB

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

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

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

R = 20.82%
G = 22.04%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33368C (or 0x33368C) is known color: Jacksons Purple. HEX triplet: 33, 36 and 8C. RGB value is (51,54,140). Sum of RGB (Red+Green+Blue) = 51+54+140=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #33368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33368C is #CCC973. Grayscale: #3E3E3E. Windows color (decimal): -13420916 or 9188915. OLE color: 9188915.

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

Color convert

RGB 51 54 140 -
CMYK 0.64 0.61 0 0.45
HSL 237.98º 0.47% 0.37% -
HSV(B) 237.98º 0.64% 0.55% -
XYZ 7.42 5.24 25.43 -
YUV 62.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 51 54 140 0.64 0.61 0 0.45 237.98 0.47 0.37
Hex 33 36 8C 40 3D 0 2D EE 2F 25
Octal 63 66 214 100 75 0 55 356 57 45
Binary 110011 110110 10001100 1000000 111101 0 101101 11101110 101111 100101

Color Harmonies of #33368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33368C

Black with #33368C

Text Example


Text Example

White with #33368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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