Html Css Color HEX #363082 Jacksons Purple

📋 copy color: '#363082'

red 54 ◦ green 48 ◦ blue 130

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

Shades of Jacksons Purple #363082

Tints of Jacksons Purple #363082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 23.28%
G = 20.69%
B = 56.03%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#363082 (or 0x363082) is known color: Jacksons Purple. HEX triplet: 36, 30 and 82. RGB value is (54,48,130). Sum of RGB (Red+Green+Blue) = 54+48+130=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #363082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363082 is #C9CF7D. Grayscale: #3A3A3A. Windows color (decimal): -13225854 or 8532022. OLE color: 8532022.

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

Color convert

RGB 54 48 130 -
CMYK 0.58 0.63 0 0.49
HSL 244.39º 0.46% 0.35% -
HSV(B) 244.39º 0.63% 0.51% -
XYZ 6.61 4.51 21.64 -
YUV 59.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 54 48 130 0.58 0.63 0 0.49 244.39 0.46 0.35
Hex 36 30 82 3A 3F 0 31 F4 2E 23
Octal 66 60 202 72 77 0 61 364 56 43
Binary 110110 110000 10000010 111010 111111 0 110001 11110100 101110 100011

Color Harmonies of #363082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363082

Black with #363082

Text Example


Text Example

White with #363082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363082; }

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

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

background-color css

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

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

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

border-color css

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

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

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