Html Css Color HEX #363F82 Jacksons Purple

📋 copy color: '#363F82'

red 54 ◦ green 63 ◦ blue 130

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

Shades of Jacksons Purple #363F82

Tints of Jacksons Purple #363F82

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 21.86%
G = 25.51%
B = 52.63%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#363F82 (or 0x363F82) is known color: Jacksons Purple. HEX triplet: 36, 3F and 82. RGB value is (54,63,130). Sum of RGB (Red+Green+Blue) = 54+63+130=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #363F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F82 is #C9C07D. Grayscale: #434343. Windows color (decimal): -13222014 or 8535862. OLE color: 8535862.

HSL color Cylindrical-coordinate representation of color #363F82: hue angle of 232.89º 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 #363F82 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 63 130 -
CMYK 0.58 0.52 0 0.49
HSL 232.89º 0.41% 0.36% -
HSV(B) 232.89º 0.58% 0.51% -
XYZ 7.33 5.95 21.88 -
YUV 67.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 54 63 130 0.58 0.52 0 0.49 232.89 0.41 0.36
Hex 36 3F 82 3A 34 0 31 E9 29 24
Octal 66 77 202 72 64 0 61 351 51 44
Binary 110110 111111 10000010 111010 110100 0 110001 11101001 101001 100100

Color Harmonies of #363F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F82

Black with #363F82

Text Example


Text Example

White with #363F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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