Html Css Color HEX #45498C Jacksons Purple

📋 copy color: '#45498C'

red 69 ◦ green 73 ◦ blue 140

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

Shades of Jacksons Purple #45498C

Tints of Jacksons Purple #45498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 24.47%
G = 25.89%
B = 49.65%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45498C (or 0x45498C) is known color: Jacksons Purple. HEX triplet: 45, 49 and 8C. RGB value is (69,73,140). Sum of RGB (Red+Green+Blue) = 69+73+140=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #45498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45498C is #BAB673. Grayscale: #4F4F4F. Windows color (decimal): -12236404 or 9193797. OLE color: 9193797.

HSL color Cylindrical-coordinate representation of color #45498C: hue angle of 236.62º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45498C is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 73 140 -
CMYK 0.51 0.48 0 0.45
HSL 236.62º 0.34% 0.41% -
HSV(B) 236.62º 0.51% 0.55% -
XYZ 9.57 7.92 25.84 -
YUV 79.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 69 73 140 0.51 0.48 0 0.45 236.62 0.34 0.41
Hex 45 49 8C 33 30 0 2D ED 22 29
Octal 105 111 214 63 60 0 55 355 42 51
Binary 1000101 1001001 10001100 110011 110000 0 101101 11101101 100010 101001

Color Harmonies of #45498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45498C

Black with #45498C

Text Example


Text Example

White with #45498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45498C; }

 p { color: rgb(69,73,140); }

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

background-color css

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

 a { background-color: rgb(69,73,140); }

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

border-color css

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

 span { border-color: rgb(69,73,140); }

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