Html Css Color HEX #363580 Jacksons Purple

📋 copy color: '#363580'

red 54 ◦ green 53 ◦ blue 128

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

Shades of Jacksons Purple #363580

Tints of Jacksons Purple #363580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 128 (50.39% from 255) = 54.47%

R = 22.98%
G = 22.55%
B = 54.47%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#363580 (or 0x363580) is known color: Jacksons Purple. HEX triplet: 36, 35 and 80. RGB value is (54,53,128). Sum of RGB (Red+Green+Blue) = 54+53+128=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #363580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363580 is #C9CA7F. Grayscale: #3D3D3D. Windows color (decimal): -13224576 or 8402230. OLE color: 8402230.

HSL color Cylindrical-coordinate representation of color #363580: hue angle of 240.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363580 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 53 128 -
CMYK 0.58 0.59 0 0.50
HSL 240.8º 0.41% 0.35% -
HSV(B) 240.8º 0.59% 0.5% -
XYZ 6.69 4.89 21.01 -
YUV 61.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 54 53 128 0.58 0.59 0 0.50 240.8 0.41 0.35
Hex 36 35 80 3A 3B 0 32 F1 29 23
Octal 66 65 200 72 73 0 62 361 51 43
Binary 110110 110101 10000000 111010 111011 0 110010 11110001 101001 100011

Color Harmonies of #363580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363580

Black with #363580

Text Example


Text Example

White with #363580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363580; }

 p { color: rgb(54,53,128); }

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

background-color css

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

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

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

border-color css

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

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

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