Html Css Color HEX #454888 Jacksons Purple

📋 copy color: '#454888'

red 69 ◦ green 72 ◦ blue 136

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

Shades of Jacksons Purple #454888

Tints of Jacksons Purple #454888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 24.91%
G = 25.99%
B = 49.1%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#454888 (or 0x454888) is known color: Jacksons Purple. HEX triplet: 45, 48 and 88. RGB value is (69,72,136). Sum of RGB (Red+Green+Blue) = 69+72+136=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #454888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454888 is #BAB777. Grayscale: #4E4E4E. Windows color (decimal): -12236664 or 8931397. OLE color: 8931397.

HSL color Cylindrical-coordinate representation of color #454888: hue angle of 237.31º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454888 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 72 136 -
CMYK 0.49 0.47 0 0.47
HSL 237.31º 0.33% 0.4% -
HSV(B) 237.31º 0.49% 0.53% -
XYZ 9.22 7.68 24.29 -
YUV 78.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 69 72 136 0.49 0.47 0 0.47 237.31 0.33 0.4
Hex 45 48 88 31 2F 0 2F ED 21 28
Octal 105 110 210 61 57 0 57 355 41 50
Binary 1000101 1001000 10001000 110001 101111 0 101111 11101101 100001 101000

Color Harmonies of #454888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454888

Black with #454888

Text Example


Text Example

White with #454888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454888; }

 p { color: rgb(69,72,136); }

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

background-color css

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

 a { background-color: rgb(69,72,136); }

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

border-color css

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

 span { border-color: rgb(69,72,136); }

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