Html Css Color HEX #414688 Jacksons Purple

📋 copy color: '#414688'

red 65 ◦ green 70 ◦ blue 136

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

Shades of Jacksons Purple #414688

Tints of Jacksons Purple #414688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 23.99%
G = 25.83%
B = 50.18%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#414688 (or 0x414688) is known color: Jacksons Purple. HEX triplet: 41, 46 and 88. RGB value is (65,70,136). Sum of RGB (Red+Green+Blue) = 65+70+136=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #414688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414688 is #BEB977. Grayscale: #4B4B4B. Windows color (decimal): -12499320 or 8930881. OLE color: 8930881.

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

Color convert

RGB 65 70 136 -
CMYK 0.52 0.49 0 0.47
HSL 235.77º 0.35% 0.39% -
HSV(B) 235.77º 0.52% 0.53% -
XYZ 8.81 7.28 24.23 -
YUV 76.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 65 70 136 0.52 0.49 0 0.47 235.77 0.35 0.39
Hex 41 46 88 34 31 0 2F EC 23 27
Octal 101 106 210 64 61 0 57 354 43 47
Binary 1000001 1000110 10001000 110100 110001 0 101111 11101100 100011 100111

Color Harmonies of #414688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414688

Black with #414688

Text Example


Text Example

White with #414688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414688; }

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

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

background-color css

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

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

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

border-color css

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

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

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