Html Css Color HEX #363583 Jacksons Purple

📋 copy color: '#363583'

red 54 ◦ green 53 ◦ blue 131

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

Shades of Jacksons Purple #363583

Tints of Jacksons Purple #363583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.04%

R = 22.69%
G = 22.27%
B = 55.04%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#363583 (or 0x363583) is known color: Jacksons Purple. HEX triplet: 36, 35 and 83. RGB value is (54,53,131). Sum of RGB (Red+Green+Blue) = 54+53+131=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #363583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363583 is #C9CA7C. Grayscale: #3D3D3D. Windows color (decimal): -13224573 or 8598838. OLE color: 8598838.

HSL color Cylindrical-coordinate representation of color #363583: hue angle of 240.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363583 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 53 131 -
CMYK 0.59 0.60 0 0.49
HSL 240.77º 0.42% 0.36% -
HSV(B) 240.77º 0.6% 0.51% -
XYZ 6.89 4.97 22.07 -
YUV 62.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 54 53 131 0.59 0.60 0 0.49 240.77 0.42 0.36
Hex 36 35 83 3B 3C 0 31 F1 2A 24
Octal 66 65 203 73 74 0 61 361 52 44
Binary 110110 110101 10000011 111011 111100 0 110001 11110001 101010 100100

Color Harmonies of #363583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363583

Black with #363583

Text Example


Text Example

White with #363583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363583; }

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

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

background-color css

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

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

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

border-color css

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

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

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