Html Css Color HEX #363F89 Jacksons Purple

📋 copy color: '#363F89'

red 54 ◦ green 63 ◦ blue 137

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

Shades of Jacksons Purple #363F89

Tints of Jacksons Purple #363F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 21.26%
G = 24.8%
B = 53.94%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#363F89 (or 0x363F89) is known color: Jacksons Purple. HEX triplet: 36, 3F and 89. RGB value is (54,63,137). Sum of RGB (Red+Green+Blue) = 54+63+137=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #363F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F89 is #C9C076. Grayscale: #444444. Windows color (decimal): -13222007 or 8994614. OLE color: 8994614.

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

Color convert

RGB 54 63 137 -
CMYK 0.61 0.54 0 0.46
HSL 233.49º 0.43% 0.37% -
HSV(B) 233.49º 0.61% 0.54% -
XYZ 7.81 6.15 24.44 -
YUV 68.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 54 63 137 0.61 0.54 0 0.46 233.49 0.43 0.37
Hex 36 3F 89 3D 36 0 2E E9 2B 25
Octal 66 77 211 75 66 0 56 351 53 45
Binary 110110 111111 10001001 111101 110110 0 101110 11101001 101011 100101

Color Harmonies of #363F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F89

Black with #363F89

Text Example


Text Example

White with #363F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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