Html Css Color HEX #41487A Jacksons Purple

📋 copy color: '#41487A'

red 65 ◦ green 72 ◦ blue 122

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

Shades of Jacksons Purple #41487A

Tints of Jacksons Purple #41487A

RGB

 RED value IS 65 (25.78% from 255) = 25.1%

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

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 25.1%
G = 27.8%
B = 47.1%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41487A (or 0x41487A) is known color: Jacksons Purple. HEX triplet: 41, 48 and 7A. RGB value is (65,72,122). Sum of RGB (Red+Green+Blue) = 65+72+122=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #41487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41487A is #BEB785. Grayscale: #4B4B4B. Windows color (decimal): -12498822 or 8013889. OLE color: 8013889.

HSL color Cylindrical-coordinate representation of color #41487A: hue angle of 232.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41487A is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 72 122 -
CMYK 0.47 0.41 0 0.52
HSL 232.63º 0.3% 0.37% -
HSV(B) 232.63º 0.47% 0.48% -
XYZ 8.01 7.16 19.37 -
YUV 75.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 65 72 122 0.47 0.41 0 0.52 232.63 0.3 0.37
Hex 41 48 7A 2F 29 0 34 E9 1E 25
Octal 101 110 172 57 51 0 64 351 36 45
Binary 1000001 1001000 1111010 101111 101001 0 110100 11101001 11110 100101

Color Harmonies of #41487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41487A

Black with #41487A

Text Example


Text Example

White with #41487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,72,122); }

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

background-color css

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

 a { background-color: rgb(65,72,122); }

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

border-color css

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

 span { border-color: rgb(65,72,122); }

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