Html Css Color HEX #363089 Jacksons Purple

📋 copy color: '#363089'

red 54 ◦ green 48 ◦ blue 137

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

Shades of Jacksons Purple #363089

Tints of Jacksons Purple #363089

RGB

 RED value IS 54 (21.48% from 255) = 22.59%

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

 BLUE value IS 137 (53.91% from 255) = 57.32%

R = 22.59%
G = 20.08%
B = 57.32%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#363089 (or 0x363089) is known color: Jacksons Purple. HEX triplet: 36, 30 and 89. RGB value is (54,48,137). Sum of RGB (Red+Green+Blue) = 54+48+137=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #363089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363089 is #C9CF76. Grayscale: #3B3B3B. Windows color (decimal): -13225847 or 8990774. OLE color: 8990774.

HSL color Cylindrical-coordinate representation of color #363089: hue angle of 244.04º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363089 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 48 137 -
CMYK 0.61 0.65 0 0.46
HSL 244.04º 0.48% 0.36% -
HSV(B) 244.04º 0.65% 0.54% -
XYZ 7.09 4.7 24.2 -
YUV 59.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 54 48 137 0.61 0.65 0 0.46 244.04 0.48 0.36
Hex 36 30 89 3D 41 0 2E F4 30 24
Octal 66 60 211 75 101 0 56 364 60 44
Binary 110110 110000 10001001 111101 1000001 0 101110 11110100 110000 100100

Color Harmonies of #363089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363089

Black with #363089

Text Example


Text Example

White with #363089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363089; }

 p { color: rgb(54,48,137); }

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

background-color css

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

 a { background-color: rgb(54,48,137); }

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

border-color css

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

 span { border-color: rgb(54,48,137); }

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