Html Css Color HEX #454987 Jacksons Purple

📋 copy color: '#454987'

red 69 ◦ green 73 ◦ blue 135

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

Shades of Jacksons Purple #454987

Tints of Jacksons Purple #454987

RGB

 RED value IS 69 (27.34% from 255) = 24.91%

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 24.91%
G = 26.35%
B = 48.74%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#454987 (or 0x454987) is known color: Jacksons Purple. HEX triplet: 45, 49 and 87. RGB value is (69,73,135). Sum of RGB (Red+Green+Blue) = 69+73+135=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #454987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454987 is #BAB678. Grayscale: #4E4E4E. Windows color (decimal): -12236409 or 8866117. OLE color: 8866117.

HSL color Cylindrical-coordinate representation of color #454987: hue angle of 236.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454987 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 73 135 -
CMYK 0.49 0.46 0 0.47
HSL 236.36º 0.32% 0.4% -
HSV(B) 236.36º 0.49% 0.53% -
XYZ 9.21 7.78 23.94 -
YUV 78.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 69 73 135 0.49 0.46 0 0.47 236.36 0.32 0.4
Hex 45 49 87 31 2E 0 2F EC 20 28
Octal 105 111 207 61 56 0 57 354 40 50
Binary 1000101 1001001 10000111 110001 101110 0 101111 11101100 100000 101000

Color Harmonies of #454987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454987

Black with #454987

Text Example


Text Example

White with #454987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454987; }

 p { color: rgb(69,73,135); }

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

background-color css

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

 a { background-color: rgb(69,73,135); }

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

border-color css

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

 span { border-color: rgb(69,73,135); }

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