Html Css Color HEX #363F92 Jacksons Purple

📋 copy color: '#363F92'

red 54 ◦ green 63 ◦ blue 146

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

Shades of Jacksons Purple #363F92

Tints of Jacksons Purple #363F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 20.53%
G = 23.95%
B = 55.51%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363F92 (or 0x363F92) is known color: Jacksons Purple. HEX triplet: 36, 3F and 92. RGB value is (54,63,146). Sum of RGB (Red+Green+Blue) = 54+63+146=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #363F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F92 is #C9C06D. Grayscale: #454545. Windows color (decimal): -13221998 or 9584438. OLE color: 9584438.

HSL color Cylindrical-coordinate representation of color #363F92: hue angle of 234.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363F92 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 63 146 -
CMYK 0.63 0.57 0 0.43
HSL 234.13º 0.46% 0.39% -
HSV(B) 234.13º 0.63% 0.57% -
XYZ 8.49 6.41 27.98 -
YUV 69.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 54 63 146 0.63 0.57 0 0.43 234.13 0.46 0.39
Hex 36 3F 92 3F 39 0 2B EA 2E 27
Octal 66 77 222 77 71 0 53 352 56 47
Binary 110110 111111 10010010 111111 111001 0 101011 11101010 101110 100111

Color Harmonies of #363F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F92

Black with #363F92

Text Example


Text Example

White with #363F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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