Html Css Color HEX #363990 Jacksons Purple

📋 copy color: '#363990'

red 54 ◦ green 57 ◦ blue 144

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

Shades of Jacksons Purple #363990

Tints of Jacksons Purple #363990

RGB

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

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

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

R = 21.18%
G = 22.35%
B = 56.47%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#363990 (or 0x363990) is known color: Jacksons Purple. HEX triplet: 36, 39 and 90. RGB value is (54,57,144). Sum of RGB (Red+Green+Blue) = 54+57+144=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #363990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363990 is #C9C66F. Grayscale: #414141. Windows color (decimal): -13223536 or 9451830. OLE color: 9451830.

HSL color Cylindrical-coordinate representation of color #363990: hue angle of 238º 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 #363990 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 57 144 -
CMYK 0.63 0.60 0 0.44
HSL 238º 0.45% 0.39% -
HSV(B) 238º 0.63% 0.56% -
XYZ 8.02 5.72 27.07 -
YUV 66.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 54 57 144 0.63 0.60 0 0.44 238 0.45 0.39
Hex 36 39 90 3F 3C 0 2C EE 2D 27
Octal 66 71 220 77 74 0 54 356 55 47
Binary 110110 111001 10010000 111111 111100 0 101100 11101110 101101 100111

Color Harmonies of #363990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363990

Black with #363990

Text Example


Text Example

White with #363990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363990; }

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

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

background-color css

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

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

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

border-color css

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

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

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