Html Css Color HEX #363282 Jacksons Purple

📋 copy color: '#363282'

red 54 ◦ green 50 ◦ blue 130

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

Shades of Jacksons Purple #363282

Tints of Jacksons Purple #363282

RGB

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

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

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

R = 23.08%
G = 21.37%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#363282 (or 0x363282) is known color: Jacksons Purple. HEX triplet: 36, 32 and 82. RGB value is (54,50,130). Sum of RGB (Red+Green+Blue) = 54+50+130=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #363282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363282 is #C9CD7D. Grayscale: #3C3C3C. Windows color (decimal): -13225342 or 8532534. OLE color: 8532534.

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

Color convert

RGB 54 50 130 -
CMYK 0.58 0.62 0 0.49
HSL 243º 0.44% 0.35% -
HSV(B) 243º 0.62% 0.51% -
XYZ 6.69 4.68 21.67 -
YUV 60.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 54 50 130 0.58 0.62 0 0.49 243 0.44 0.35
Hex 36 32 82 3A 3E 0 31 F3 2C 23
Octal 66 62 202 72 76 0 61 363 54 43
Binary 110110 110010 10000010 111010 111110 0 110001 11110011 101100 100011

Color Harmonies of #363282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363282

Black with #363282

Text Example


Text Example

White with #363282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363282; }

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

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

background-color css

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

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

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

border-color css

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

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

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