Html Css Color HEX #363278 Jacksons Purple

📋 copy color: '#363278'

red 54 ◦ green 50 ◦ blue 120

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

Shades of Jacksons Purple #363278

Tints of Jacksons Purple #363278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 24.11%
G = 22.32%
B = 53.57%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363278 (or 0x363278) is known color: Jacksons Purple. HEX triplet: 36, 32 and 78. RGB value is (54,50,120). Sum of RGB (Red+Green+Blue) = 54+50+120=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #363278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363278 is #C9CD87. Grayscale: #3A3A3A. Windows color (decimal): -13225352 or 7877174. OLE color: 7877174.

HSL color Cylindrical-coordinate representation of color #363278: hue angle of 243.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363278 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 50 120 -
CMYK 0.55 0.58 0 0.53
HSL 243.43º 0.41% 0.33% -
HSV(B) 243.43º 0.58% 0.47% -
XYZ 6.05 4.42 18.3 -
YUV 59.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 54 50 120 0.55 0.58 0 0.53 243.43 0.41 0.33
Hex 36 32 78 37 3A 0 35 F3 29 21
Octal 66 62 170 67 72 0 65 363 51 41
Binary 110110 110010 1111000 110111 111010 0 110101 11110011 101001 100001

Color Harmonies of #363278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363278

Black with #363278

Text Example


Text Example

White with #363278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363278; }

 p { color: rgb(54,50,120); }

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

background-color css

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

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

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

border-color css

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

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

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