Html Css Color HEX #412948 Jagger

📋 copy color: '#412948'

red 65 ◦ green 41 ◦ blue 72

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

Shades of Jagger #412948

Tints of Jagger #412948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.45%

R = 36.52%
G = 23.03%
B = 40.45%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412948 (or 0x412948) is known color: Jagger. HEX triplet: 41, 29 and 48. RGB value is (65,41,72). Sum of RGB (Red+Green+Blue) = 65+41+72=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #412948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412948 is #BED6B7. Grayscale: #333333. Windows color (decimal): -12506808 or 4729153. OLE color: 4729153.

HSL color Cylindrical-coordinate representation of color #412948: hue angle of 286.45º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412948 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 41 72 -
CMYK 0.10 0.43 0 0.72
HSL 286.45º 0.27% 0.22% -
HSV(B) 286.45º 0.43% 0.28% -
XYZ 4.14 3.18 6.53 -
YUV 51.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 65 41 72 0.10 0.43 0 0.72 286.45 0.27 0.22
Hex 41 29 48 A 2B 0 48 11E 1B 16
Octal 101 51 110 12 53 0 110 436 33 26
Binary 1000001 101001 1001000 1010 101011 0 1001000 100011110 11011 10110

Color Harmonies of #412948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412948

Black with #412948

Text Example


Text Example

White with #412948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412948; }

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

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

background-color css

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

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

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

border-color css

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

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

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