Html Css Color HEX #363893 Jacksons Purple

📋 copy color: '#363893'

red 54 ◦ green 56 ◦ blue 147

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

Shades of Jacksons Purple #363893

Tints of Jacksons Purple #363893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 147 (57.81% from 255) = 57.2%

R = 21.01%
G = 21.79%
B = 57.2%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#363893 (or 0x363893) is known color: Jacksons Purple. HEX triplet: 36, 38 and 93. RGB value is (54,56,147). Sum of RGB (Red+Green+Blue) = 54+56+147=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #363893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363893 is #C9C76C. Grayscale: #414141. Windows color (decimal): -13223789 or 9648182. OLE color: 9648182.

HSL color Cylindrical-coordinate representation of color #363893: hue angle of 238.71º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363893 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 56 147 -
CMYK 0.63 0.62 0 0.42
HSL 238.71º 0.46% 0.39% -
HSV(B) 238.71º 0.63% 0.58% -
XYZ 8.2 5.72 28.28 -
YUV 65.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 54 56 147 0.63 0.62 0 0.42 238.71 0.46 0.39
Hex 36 38 93 3F 3E 0 2A EF 2E 27
Octal 66 70 223 77 76 0 52 357 56 47
Binary 110110 111000 10010011 111111 111110 0 101010 11101111 101110 100111

Color Harmonies of #363893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363893

Black with #363893

Text Example


Text Example

White with #363893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363893; }

 p { color: rgb(54,56,147); }

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

background-color css

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

 a { background-color: rgb(54,56,147); }

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

border-color css

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

 span { border-color: rgb(54,56,147); }

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