Html Css Color HEX #363E91 Jacksons Purple

📋 copy color: '#363E91'

red 54 ◦ green 62 ◦ blue 145

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

Shades of Jacksons Purple #363E91

Tints of Jacksons Purple #363E91

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 20.69%
G = 23.75%
B = 55.56%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363E91 (or 0x363E91) is known color: Jacksons Purple. HEX triplet: 36, 3E and 91. RGB value is (54,62,145). Sum of RGB (Red+Green+Blue) = 54+62+145=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #363E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E91 is #C9C16E. Grayscale: #444444. Windows color (decimal): -13222255 or 9518646. OLE color: 9518646.

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

Color convert

RGB 54 62 145 -
CMYK 0.63 0.57 0 0.43
HSL 234.73º 0.46% 0.39% -
HSV(B) 234.73º 0.63% 0.57% -
XYZ 8.35 6.27 27.56 -
YUV 69.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 54 62 145 0.63 0.57 0 0.43 234.73 0.46 0.39
Hex 36 3E 91 3F 39 0 2B EB 2E 27
Octal 66 76 221 77 71 0 53 353 56 47
Binary 110110 111110 10010001 111111 111001 0 101011 11101011 101110 100111

Color Harmonies of #363E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E91

Black with #363E91

Text Example


Text Example

White with #363E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,145); }

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

background-color css

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

 a { background-color: rgb(54,62,145); }

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

border-color css

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

 span { border-color: rgb(54,62,145); }

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