Html Css Color HEX #454C85 Jacksons Purple

📋 copy color: '#454C85'

red 69 ◦ green 76 ◦ blue 133

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

Shades of Jacksons Purple #454C85

Tints of Jacksons Purple #454C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 24.82%
G = 27.34%
B = 47.84%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#454C85 (or 0x454C85) is known color: Jacksons Purple. HEX triplet: 45, 4C and 85. RGB value is (69,76,133). Sum of RGB (Red+Green+Blue) = 69+76+133=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #454C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C85 is #BAB37A. Grayscale: #505050. Windows color (decimal): -12235643 or 8735813. OLE color: 8735813.

HSL color Cylindrical-coordinate representation of color #454C85: hue angle of 233.44º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454C85 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 76 133 -
CMYK 0.48 0.43 0 0.48
HSL 233.44º 0.32% 0.4% -
HSV(B) 233.44º 0.48% 0.52% -
XYZ 9.27 8.13 23.27 -
YUV 80.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 69 76 133 0.48 0.43 0 0.48 233.44 0.32 0.4
Hex 45 4C 85 30 2B 0 30 E9 20 28
Octal 105 114 205 60 53 0 60 351 40 50
Binary 1000101 1001100 10000101 110000 101011 0 110000 11101001 100000 101000

Color Harmonies of #454C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C85

Black with #454C85

Text Example


Text Example

White with #454C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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