Html Css Color HEX #41428B Jacksons Purple

📋 copy color: '#41428B'

red 65 ◦ green 66 ◦ blue 139

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

Shades of Jacksons Purple #41428B

Tints of Jacksons Purple #41428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 24.07%
G = 24.44%
B = 51.48%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41428B (or 0x41428B) is known color: Jacksons Purple. HEX triplet: 41, 42 and 8B. RGB value is (65,66,139). Sum of RGB (Red+Green+Blue) = 65+66+139=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #41428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41428B is #BEBD74. Grayscale: #494949. Windows color (decimal): -12500341 or 9126465. OLE color: 9126465.

HSL color Cylindrical-coordinate representation of color #41428B: hue angle of 239.19º 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 #41428B is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 66 139 -
CMYK 0.53 0.53 0 0.45
HSL 239.19º 0.36% 0.4% -
HSV(B) 239.19º 0.53% 0.55% -
XYZ 8.79 6.88 25.29 -
YUV 74.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 65 66 139 0.53 0.53 0 0.45 239.19 0.36 0.4
Hex 41 42 8B 35 35 0 2D EF 24 28
Octal 101 102 213 65 65 0 55 357 44 50
Binary 1000001 1000010 10001011 110101 110101 0 101101 11101111 100100 101000

Color Harmonies of #41428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41428B

Black with #41428B

Text Example


Text Example

White with #41428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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