Html Css Color HEX #41468A Jacksons Purple

📋 copy color: '#41468A'

red 65 ◦ green 70 ◦ blue 138

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

Shades of Jacksons Purple #41468A

Tints of Jacksons Purple #41468A

RGB

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

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

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

R = 23.81%
G = 25.64%
B = 50.55%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41468A (or 0x41468A) is known color: Jacksons Purple. HEX triplet: 41, 46 and 8A. RGB value is (65,70,138). Sum of RGB (Red+Green+Blue) = 65+70+138=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #41468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41468A is #BEB975. Grayscale: #4B4B4B. Windows color (decimal): -12499318 or 9061953. OLE color: 9061953.

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

Color convert

RGB 65 70 138 -
CMYK 0.53 0.49 0 0.46
HSL 235.89º 0.36% 0.4% -
HSV(B) 235.89º 0.53% 0.54% -
XYZ 8.96 7.34 24.99 -
YUV 76.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 65 70 138 0.53 0.49 0 0.46 235.89 0.36 0.4
Hex 41 46 8A 35 31 0 2E EC 24 28
Octal 101 106 212 65 61 0 56 354 44 50
Binary 1000001 1000110 10001010 110101 110001 0 101110 11101100 100100 101000

Color Harmonies of #41468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41468A

Black with #41468A

Text Example


Text Example

White with #41468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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