Html Css Color HEX #45478A Jacksons Purple

📋 copy color: '#45478A'

red 69 ◦ green 71 ◦ blue 138

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

Shades of Jacksons Purple #45478A

Tints of Jacksons Purple #45478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 138 (54.3% from 255) = 49.64%

R = 24.82%
G = 25.54%
B = 49.64%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45478A (or 0x45478A) is known color: Jacksons Purple. HEX triplet: 45, 47 and 8A. RGB value is (69,71,138). Sum of RGB (Red+Green+Blue) = 69+71+138=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #45478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45478A is #BAB875. Grayscale: #4D4D4D. Windows color (decimal): -12236918 or 9062213. OLE color: 9062213.

HSL color Cylindrical-coordinate representation of color #45478A: hue angle of 238.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45478A is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 71 138 -
CMYK 0.5 0.49 0 0.46
HSL 238.26º 0.33% 0.41% -
HSV(B) 238.26º 0.5% 0.54% -
XYZ 9.29 7.61 25.02 -
YUV 78.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 69 71 138 0.5 0.49 0 0.46 238.26 0.33 0.41
Hex 45 47 8A 32 31 0 2E EE 21 29
Octal 105 107 212 62 61 0 56 356 41 51
Binary 1000101 1000111 10001010 110010 110001 0 101110 11101110 100001 101001

Color Harmonies of #45478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45478A

Black with #45478A

Text Example


Text Example

White with #45478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45478A; }

 p { color: rgb(69,71,138); }

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

background-color css

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

 a { background-color: rgb(69,71,138); }

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

border-color css

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

 span { border-color: rgb(69,71,138); }

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