Html Css Color HEX #41467F Jacksons Purple

📋 copy color: '#41467F'

red 65 ◦ green 70 ◦ blue 127

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

Shades of Jacksons Purple #41467F

Tints of Jacksons Purple #41467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 24.81%
G = 26.72%
B = 48.47%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41467F (or 0x41467F) is known color: Jacksons Purple. HEX triplet: 41, 46 and 7F. RGB value is (65,70,127). Sum of RGB (Red+Green+Blue) = 65+70+127=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #41467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41467F is #BEB980. Grayscale: #4A4A4A. Windows color (decimal): -12499329 or 8341057. OLE color: 8341057.

HSL color Cylindrical-coordinate representation of color #41467F: hue angle of 235.16º 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 #41467F is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 70 127 -
CMYK 0.49 0.45 0 0.50
HSL 235.16º 0.32% 0.38% -
HSV(B) 235.16º 0.49% 0.5% -
XYZ 8.2 7.04 21 -
YUV 75 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 65 70 127 0.49 0.45 0 0.50 235.16 0.32 0.38
Hex 41 46 7F 31 2D 0 32 EB 20 26
Octal 101 106 177 61 55 0 62 353 40 46
Binary 1000001 1000110 1111111 110001 101101 0 110010 11101011 100000 100110

Color Harmonies of #41467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41467F

Black with #41467F

Text Example


Text Example

White with #41467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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