Html Css Color HEX #454789 Jacksons Purple

📋 copy color: '#454789'

red 69 ◦ green 71 ◦ blue 137

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

Shades of Jacksons Purple #454789

Tints of Jacksons Purple #454789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

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

R = 24.91%
G = 25.63%
B = 49.46%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#454789 (or 0x454789) is known color: Jacksons Purple. HEX triplet: 45, 47 and 89. RGB value is (69,71,137). Sum of RGB (Red+Green+Blue) = 69+71+137=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #454789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454789 is #BAB876. Grayscale: #4D4D4D. Windows color (decimal): -12236919 or 8996677. OLE color: 8996677.

HSL color Cylindrical-coordinate representation of color #454789: hue angle of 238.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454789 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 71 137 -
CMYK 0.50 0.48 0 0.46
HSL 238.24º 0.33% 0.4% -
HSV(B) 238.24º 0.5% 0.54% -
XYZ 9.22 7.58 24.64 -
YUV 77.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 69 71 137 0.50 0.48 0 0.46 238.24 0.33 0.4
Hex 45 47 89 32 30 0 2E EE 21 28
Octal 105 107 211 62 60 0 56 356 41 50
Binary 1000101 1000111 10001001 110010 110000 0 101110 11101110 100001 101000

Color Harmonies of #454789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454789

Black with #454789

Text Example


Text Example

White with #454789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454789; }

 p { color: rgb(69,71,137); }

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

background-color css

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

 a { background-color: rgb(69,71,137); }

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

border-color css

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

 span { border-color: rgb(69,71,137); }

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