Html Css Color HEX #363F84 Jacksons Purple

📋 copy color: '#363F84'

red 54 ◦ green 63 ◦ blue 132

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

Shades of Jacksons Purple #363F84

Tints of Jacksons Purple #363F84

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 21.69%
G = 25.3%
B = 53.01%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363F84 (or 0x363F84) is known color: Jacksons Purple. HEX triplet: 36, 3F and 84. RGB value is (54,63,132). Sum of RGB (Red+Green+Blue) = 54+63+132=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #363F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F84 is #C9C07B. Grayscale: #434343. Windows color (decimal): -13222012 or 8666934. OLE color: 8666934.

HSL color Cylindrical-coordinate representation of color #363F84: hue angle of 233.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363F84 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 63 132 -
CMYK 0.59 0.52 0 0.48
HSL 233.08º 0.42% 0.36% -
HSV(B) 233.08º 0.59% 0.52% -
XYZ 7.46 6.01 22.6 -
YUV 68.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 54 63 132 0.59 0.52 0 0.48 233.08 0.42 0.36
Hex 36 3F 84 3B 34 0 30 E9 2A 24
Octal 66 77 204 73 64 0 60 351 52 44
Binary 110110 111111 10000100 111011 110100 0 110000 11101001 101010 100100

Color Harmonies of #363F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F84

Black with #363F84

Text Example


Text Example

White with #363F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,132); }

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

background-color css

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

 a { background-color: rgb(54,63,132); }

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

border-color css

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

 span { border-color: rgb(54,63,132); }

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