Html Css Color HEX #363690 Jacksons Purple

📋 copy color: '#363690'

red 54 ◦ green 54 ◦ blue 144

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

Shades of Jacksons Purple #363690

Tints of Jacksons Purple #363690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 21.43%
G = 21.43%
B = 57.14%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#363690 (or 0x363690) is known color: Jacksons Purple. HEX triplet: 36, 36 and 90. RGB value is (54,54,144). Sum of RGB (Red+Green+Blue) = 54+54+144=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #363690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363690 is #C9C96F. Grayscale: #3F3F3F. Windows color (decimal): -13224304 or 9451062. OLE color: 9451062.

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

Color convert

RGB 54 54 144 -
CMYK 0.63 0.63 0 0.44
HSL 240º 0.45% 0.39% -
HSV(B) 240º 0.63% 0.56% -
XYZ 7.87 5.44 27.02 -
YUV 64.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 54 54 144 0.63 0.63 0 0.44 240 0.45 0.39
Hex 36 36 90 3F 3F 0 2C F0 2D 27
Octal 66 66 220 77 77 0 54 360 55 47
Binary 110110 110110 10010000 111111 111111 0 101100 11110000 101101 100111

Color Harmonies of #363690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363690

Black with #363690

Text Example


Text Example

White with #363690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363690; }

 p { color: rgb(54,54,144); }

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

background-color css

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

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

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

border-color css

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

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

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