Html Css Color HEX #363C96 Jacksons Purple

📋 copy color: '#363C96'

red 54 ◦ green 60 ◦ blue 150

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

Shades of Jacksons Purple #363C96

Tints of Jacksons Purple #363C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

 BLUE value IS 150 (58.98% from 255) = 56.82%

R = 20.45%
G = 22.73%
B = 56.82%

CMYK

 C value IS 0.64

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#363C96 (or 0x363C96) is known color: Jacksons Purple. HEX triplet: 36, 3C and 96. RGB value is (54,60,150). Sum of RGB (Red+Green+Blue) = 54+60+150=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #363C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C96 is #C9C369. Grayscale: #444444. Windows color (decimal): -13222762 or 9845814. OLE color: 9845814.

HSL color Cylindrical-coordinate representation of color #363C96: hue angle of 236.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363C96 is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 60 150 -
CMYK 0.64 0.6 0 0.41
HSL 236.25º 0.47% 0.4% -
HSV(B) 236.25º 0.64% 0.59% -
XYZ 8.64 6.22 29.6 -
YUV 68.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 54 60 150 0.64 0.6 0 0.41 236.25 0.47 0.4
Hex 36 3C 96 40 3C 0 29 EC 2F 28
Octal 66 74 226 100 74 0 51 354 57 50
Binary 110110 111100 10010110 1000000 111100 0 101001 11101100 101111 101000

Color Harmonies of #363C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C96

Black with #363C96

Text Example


Text Example

White with #363C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C96; }

 p { color: rgb(54,60,150); }

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

background-color css

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

 a { background-color: rgb(54,60,150); }

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

border-color css

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

 span { border-color: rgb(54,60,150); }

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