Html Css Color HEX #363982 Jacksons Purple

📋 copy color: '#363982'

red 54 ◦ green 57 ◦ blue 130

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

Shades of Jacksons Purple #363982

Tints of Jacksons Purple #363982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 130 (51.17% from 255) = 53.94%

R = 22.41%
G = 23.65%
B = 53.94%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#363982 (or 0x363982) is known color: Jacksons Purple. HEX triplet: 36, 39 and 82. RGB value is (54,57,130). Sum of RGB (Red+Green+Blue) = 54+57+130=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #363982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363982 is #C9C67D. Grayscale: #404040. Windows color (decimal): -13223550 or 8534326. OLE color: 8534326.

HSL color Cylindrical-coordinate representation of color #363982: hue angle of 237.63º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363982 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 57 130 -
CMYK 0.58 0.56 0 0.49
HSL 237.63º 0.41% 0.36% -
HSV(B) 237.63º 0.58% 0.51% -
XYZ 7.01 5.32 21.78 -
YUV 64.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 54 57 130 0.58 0.56 0 0.49 237.63 0.41 0.36
Hex 36 39 82 3A 38 0 31 EE 29 24
Octal 66 71 202 72 70 0 61 356 51 44
Binary 110110 111001 10000010 111010 111000 0 110001 11101110 101001 100100

Color Harmonies of #363982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363982

Black with #363982

Text Example


Text Example

White with #363982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363982; }

 p { color: rgb(54,57,130); }

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

background-color css

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

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

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

border-color css

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

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

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