Html Css Color HEX #414A7C Jacksons Purple

📋 copy color: '#414A7C'

red 65 ◦ green 74 ◦ blue 124

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

Shades of Jacksons Purple #414A7C

Tints of Jacksons Purple #414A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 24.71%
G = 28.14%
B = 47.15%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#414A7C (or 0x414A7C) is known color: Jacksons Purple. HEX triplet: 41, 4A and 7C. RGB value is (65,74,124). Sum of RGB (Red+Green+Blue) = 65+74+124=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #414A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A7C is #BEB583. Grayscale: #4C4C4C. Windows color (decimal): -12498308 or 8145473. OLE color: 8145473.

HSL color Cylindrical-coordinate representation of color #414A7C: hue angle of 230.85º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414A7C is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 74 124 -
CMYK 0.48 0.40 0 0.51
HSL 230.85º 0.31% 0.37% -
HSV(B) 230.85º 0.48% 0.49% -
XYZ 8.27 7.48 20.08 -
YUV 77.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 65 74 124 0.48 0.40 0 0.51 230.85 0.31 0.37
Hex 41 4A 7C 30 28 0 33 E7 1F 25
Octal 101 112 174 60 50 0 63 347 37 45
Binary 1000001 1001010 1111100 110000 101000 0 110011 11100111 11111 100101

Color Harmonies of #414A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A7C

Black with #414A7C

Text Example


Text Example

White with #414A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A7C; }

 p { color: rgb(65,74,124); }

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

background-color css

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

 a { background-color: rgb(65,74,124); }

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

border-color css

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

 span { border-color: rgb(65,74,124); }

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