Html Css Color HEX #414887 Jacksons Purple

📋 copy color: '#414887'

red 65 ◦ green 72 ◦ blue 135

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

Shades of Jacksons Purple #414887

Tints of Jacksons Purple #414887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.63%

R = 23.9%
G = 26.47%
B = 49.63%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#414887 (or 0x414887) is known color: Jacksons Purple. HEX triplet: 41, 48 and 87. RGB value is (65,72,135). Sum of RGB (Red+Green+Blue) = 65+72+135=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #414887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414887 is #BEB778. Grayscale: #4C4C4C. Windows color (decimal): -12498809 or 8865857. OLE color: 8865857.

HSL color Cylindrical-coordinate representation of color #414887: hue angle of 234º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #414887 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 72 135 -
CMYK 0.52 0.47 0 0.47
HSL 234º 0.35% 0.39% -
HSV(B) 234º 0.52% 0.53% -
XYZ 8.87 7.51 23.9 -
YUV 77.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 65 72 135 0.52 0.47 0 0.47 234 0.35 0.39
Hex 41 48 87 34 2F 0 2F EA 23 27
Octal 101 110 207 64 57 0 57 352 43 47
Binary 1000001 1001000 10000111 110100 101111 0 101111 11101010 100011 100111

Color Harmonies of #414887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414887

Black with #414887

Text Example


Text Example

White with #414887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414887; }

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

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

background-color css

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

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

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

border-color css

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

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

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