Html Css Color HEX #41487F Jacksons Purple

📋 copy color: '#41487F'

red 65 ◦ green 72 ◦ blue 127

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

Shades of Jacksons Purple #41487F

Tints of Jacksons Purple #41487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.11%

R = 24.62%
G = 27.27%
B = 48.11%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41487F (or 0x41487F) is known color: Jacksons Purple. HEX triplet: 41, 48 and 7F. RGB value is (65,72,127). Sum of RGB (Red+Green+Blue) = 65+72+127=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #41487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41487F is #BEB780. Grayscale: #4B4B4B. Windows color (decimal): -12498817 or 8341569. OLE color: 8341569.

HSL color Cylindrical-coordinate representation of color #41487F: hue angle of 233.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41487F is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 72 127 -
CMYK 0.49 0.43 0 0.50
HSL 233.23º 0.32% 0.38% -
HSV(B) 233.23º 0.49% 0.5% -
XYZ 8.33 7.29 21.05 -
YUV 76.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 65 72 127 0.49 0.43 0 0.50 233.23 0.32 0.38
Hex 41 48 7F 31 2B 0 32 E9 20 26
Octal 101 110 177 61 53 0 62 351 40 46
Binary 1000001 1001000 1111111 110001 101011 0 110010 11101001 100000 100110

Color Harmonies of #41487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41487F

Black with #41487F

Text Example


Text Example

White with #41487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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