Html Css Color HEX #41458B Jacksons Purple

📋 copy color: '#41458B'

red 65 ◦ green 69 ◦ blue 139

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

Shades of Jacksons Purple #41458B

Tints of Jacksons Purple #41458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 23.81%
G = 25.27%
B = 50.92%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41458B (or 0x41458B) is known color: Jacksons Purple. HEX triplet: 41, 45 and 8B. RGB value is (65,69,139). Sum of RGB (Red+Green+Blue) = 65+69+139=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #41458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41458B is #BEBA74. Grayscale: #4B4B4B. Windows color (decimal): -12499573 or 9127233. OLE color: 9127233.

HSL color Cylindrical-coordinate representation of color #41458B: hue angle of 236.76º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41458B is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 69 139 -
CMYK 0.53 0.50 0 0.45
HSL 236.76º 0.36% 0.4% -
HSV(B) 236.76º 0.53% 0.55% -
XYZ 8.97 7.24 25.35 -
YUV 75.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 65 69 139 0.53 0.50 0 0.45 236.76 0.36 0.4
Hex 41 45 8B 35 32 0 2D ED 24 28
Octal 101 105 213 65 62 0 55 355 44 50
Binary 1000001 1000101 10001011 110101 110010 0 101101 11101101 100100 101000

Color Harmonies of #41458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41458B

Black with #41458B

Text Example


Text Example

White with #41458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41458B; }

 p { color: rgb(65,69,139); }

 H1.HeaderClassName
 {
   color: #41458B;
 }
 .AnyTagClassName
 {
   color: #41458B;
 }
</style>

background-color css

<style>
 a { background-color: #41458B; }

 a { background-color: rgb(65,69,139); }

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

border-color css

<style>
 span { border-color: #41458B; }

 span { border-color: rgb(65,69,139); }

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