Html Css Color HEX #454689 Jacksons Purple

📋 copy color: '#454689'

red 69 ◦ green 70 ◦ blue 137

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

Shades of Jacksons Purple #454689

Tints of Jacksons Purple #454689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

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

R = 25%
G = 25.36%
B = 49.64%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#454689 (or 0x454689) is known color: Jacksons Purple. HEX triplet: 45, 46 and 89. RGB value is (69,70,137). Sum of RGB (Red+Green+Blue) = 69+70+137=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #454689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454689 is #BAB976. Grayscale: #4D4D4D. Windows color (decimal): -12237175 or 8996421. OLE color: 8996421.

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

Color convert

RGB 69 70 137 -
CMYK 0.50 0.49 0 0.46
HSL 239.12º 0.33% 0.4% -
HSV(B) 239.12º 0.5% 0.54% -
XYZ 9.16 7.45 24.62 -
YUV 77.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 69 70 137 0.50 0.49 0 0.46 239.12 0.33 0.4
Hex 45 46 89 32 31 0 2E EF 21 28
Octal 105 106 211 62 61 0 56 357 41 50
Binary 1000101 1000110 10001001 110010 110001 0 101110 11101111 100001 101000

Color Harmonies of #454689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454689

Black with #454689

Text Example


Text Example

White with #454689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454689; }

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

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

background-color css

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

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

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

border-color css

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

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

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