Html Css Color HEX #45447C Jacksons Purple

📋 copy color: '#45447C'

red 69 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #45447C

Tints of Jacksons Purple #45447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 26.44%
G = 26.05%
B = 47.51%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45447C (or 0x45447C) is known color: Jacksons Purple. HEX triplet: 45, 44 and 7C. RGB value is (69,68,124). Sum of RGB (Red+Green+Blue) = 69+68+124=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #45447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45447C is #BABB83. Grayscale: #4A4A4A. Windows color (decimal): -12237700 or 8143941. OLE color: 8143941.

HSL color Cylindrical-coordinate representation of color #45447C: hue angle of 241.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45447C is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 68 124 -
CMYK 0.44 0.45 0 0.51
HSL 241.07º 0.29% 0.38% -
HSV(B) 241.07º 0.45% 0.49% -
XYZ 8.16 6.85 19.96 -
YUV 74.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 69 68 124 0.44 0.45 0 0.51 241.07 0.29 0.38
Hex 45 44 7C 2C 2D 0 33 F1 1D 26
Octal 105 104 174 54 55 0 63 361 35 46
Binary 1000101 1000100 1111100 101100 101101 0 110011 11110001 11101 100110

Color Harmonies of #45447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45447C

Black with #45447C

Text Example


Text Example

White with #45447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,68,124); }

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

background-color css

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

 a { background-color: rgb(69,68,124); }

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

border-color css

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

 span { border-color: rgb(69,68,124); }

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