Html Css Color HEX #412958 Jagger

📋 copy color: '#412958'

red 65 ◦ green 41 ◦ blue 88

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

Shades of Jagger #412958

Tints of Jagger #412958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 33.51%
G = 21.13%
B = 45.36%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412958 (or 0x412958) is known color: Jagger. HEX triplet: 41, 29 and 58. RGB value is (65,41,88). Sum of RGB (Red+Green+Blue) = 65+41+88=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #412958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412958 is #BED6A7. Grayscale: #353535. Windows color (decimal): -12506792 or 5777729. OLE color: 5777729.

HSL color Cylindrical-coordinate representation of color #412958: hue angle of 270.64º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412958 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 41 88 -
CMYK 0.26 0.53 0 0.65
HSL 270.64º 0.36% 0.25% -
HSV(B) 270.64º 0.53% 0.35% -
XYZ 4.73 3.41 9.64 -
YUV 53.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 65 41 88 0.26 0.53 0 0.65 270.64 0.36 0.25
Hex 41 29 58 1A 35 0 41 10F 24 19
Octal 101 51 130 32 65 0 101 417 44 31
Binary 1000001 101001 1011000 11010 110101 0 1000001 100001111 100100 11001

Color Harmonies of #412958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412958

Black with #412958

Text Example


Text Example

White with #412958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412958; }

 p { color: rgb(65,41,88); }

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

background-color css

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

 a { background-color: rgb(65,41,88); }

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

border-color css

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

 span { border-color: rgb(65,41,88); }

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