Html Css Color HEX #414889 Jacksons Purple

📋 copy color: '#414889'

red 65 ◦ green 72 ◦ blue 137

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

Shades of Jacksons Purple #414889

Tints of Jacksons Purple #414889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50%

R = 23.72%
G = 26.28%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#414889 (or 0x414889) is known color: Jacksons Purple. HEX triplet: 41, 48 and 89. RGB value is (65,72,137). Sum of RGB (Red+Green+Blue) = 65+72+137=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #414889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414889 is #BEB776. Grayscale: #4D4D4D. Windows color (decimal): -12498807 or 8996929. OLE color: 8996929.

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

Color convert

RGB 65 72 137 -
CMYK 0.53 0.47 0 0.46
HSL 234.17º 0.36% 0.4% -
HSV(B) 234.17º 0.53% 0.54% -
XYZ 9.01 7.56 24.65 -
YUV 77.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 65 72 137 0.53 0.47 0 0.46 234.17 0.36 0.4
Hex 41 48 89 35 2F 0 2E EA 24 28
Octal 101 110 211 65 57 0 56 352 44 50
Binary 1000001 1001000 10001001 110101 101111 0 101110 11101010 100100 101000

Color Harmonies of #414889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414889

Black with #414889

Text Example


Text Example

White with #414889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414889; }

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

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

background-color css

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

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

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

border-color css

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

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

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