Html Css Color HEX #454685 Jacksons Purple

📋 copy color: '#454685'

red 69 ◦ green 70 ◦ blue 133

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

Shades of Jacksons Purple #454685

Tints of Jacksons Purple #454685

RGB

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

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

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

R = 25.37%
G = 25.74%
B = 48.9%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#454685 (or 0x454685) is known color: Jacksons Purple. HEX triplet: 45, 46 and 85. RGB value is (69,70,133). Sum of RGB (Red+Green+Blue) = 69+70+133=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #454685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454685 is #BAB97A. Grayscale: #4C4C4C. Windows color (decimal): -12237179 or 8734277. OLE color: 8734277.

HSL color Cylindrical-coordinate representation of color #454685: hue angle of 239.06º 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 #454685 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 70 133 -
CMYK 0.48 0.47 0 0.48
HSL 239.06º 0.32% 0.4% -
HSV(B) 239.06º 0.48% 0.52% -
XYZ 8.88 7.34 23.14 -
YUV 76.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 69 70 133 0.48 0.47 0 0.48 239.06 0.32 0.4
Hex 45 46 85 30 2F 0 30 EF 20 28
Octal 105 106 205 60 57 0 60 357 40 50
Binary 1000101 1000110 10000101 110000 101111 0 110000 11101111 100000 101000

Color Harmonies of #454685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454685

Black with #454685

Text Example


Text Example

White with #454685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454685; }

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

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

background-color css

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

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

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

border-color css

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

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

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