Html Css Color HEX #454C89 Jacksons Purple

📋 copy color: '#454C89'

red 69 ◦ green 76 ◦ blue 137

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

Shades of Jacksons Purple #454C89

Tints of Jacksons Purple #454C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 24.47%
G = 26.95%
B = 48.58%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#454C89 (or 0x454C89) is known color: Jacksons Purple. HEX triplet: 45, 4C and 89. RGB value is (69,76,137). Sum of RGB (Red+Green+Blue) = 69+76+137=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #454C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C89 is #BAB376. Grayscale: #505050. Windows color (decimal): -12235639 or 8997957. OLE color: 8997957.

HSL color Cylindrical-coordinate representation of color #454C89: hue angle of 233.82º 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 #454C89 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 76 137 -
CMYK 0.50 0.45 0 0.46
HSL 233.82º 0.33% 0.4% -
HSV(B) 233.82º 0.5% 0.54% -
XYZ 9.55 8.24 24.75 -
YUV 80.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 69 76 137 0.50 0.45 0 0.46 233.82 0.33 0.4
Hex 45 4C 89 32 2D 0 2E EA 21 28
Octal 105 114 211 62 55 0 56 352 41 50
Binary 1000101 1001100 10001001 110010 101101 0 101110 11101010 100001 101000

Color Harmonies of #454C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C89

Black with #454C89

Text Example


Text Example

White with #454C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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