Html Css Color HEX #363A91 Jacksons Purple

📋 copy color: '#363A91'

red 54 ◦ green 58 ◦ blue 145

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

Shades of Jacksons Purple #363A91

Tints of Jacksons Purple #363A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 21.01%
G = 22.57%
B = 56.42%

CMYK

 C value IS 0.63

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363A91 (or 0x363A91) is known color: Jacksons Purple. HEX triplet: 36, 3A and 91. RGB value is (54,58,145). Sum of RGB (Red+Green+Blue) = 54+58+145=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #363A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A91 is #C9C56E. Grayscale: #424242. Windows color (decimal): -13223279 or 9517622. OLE color: 9517622.

HSL color Cylindrical-coordinate representation of color #363A91: hue angle of 237.36º 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 #363A91 is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 58 145 -
CMYK 0.63 0.6 0 0.43
HSL 237.36º 0.46% 0.39% -
HSV(B) 237.36º 0.63% 0.57% -
XYZ 8.15 5.85 27.49 -
YUV 66.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 54 58 145 0.63 0.6 0 0.43 237.36 0.46 0.39
Hex 36 3A 91 3F 3C 0 2B ED 2E 27
Octal 66 72 221 77 74 0 53 355 56 47
Binary 110110 111010 10010001 111111 111100 0 101011 11101101 101110 100111

Color Harmonies of #363A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A91

Black with #363A91

Text Example


Text Example

White with #363A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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