Html Css Color HEX #41284C Jagger

📋 copy color: '#41284C'

red 65 ◦ green 40 ◦ blue 76

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

Shades of Jagger #41284C

Tints of Jagger #41284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 35.91%
G = 22.1%
B = 41.99%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41284C (or 0x41284C) is known color: Jagger. HEX triplet: 41, 28 and 4C. RGB value is (65,40,76). Sum of RGB (Red+Green+Blue) = 65+40+76=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #41284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41284C is #BED7B3. Grayscale: #333333. Windows color (decimal): -12507060 or 4991041. OLE color: 4991041.

HSL color Cylindrical-coordinate representation of color #41284C: hue angle of 281.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41284C is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 40 76 -
CMYK 0.14 0.47 0 0.70
HSL 281.67º 0.31% 0.23% -
HSV(B) 281.67º 0.47% 0.3% -
XYZ 4.24 3.16 7.22 -
YUV 51.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 65 40 76 0.14 0.47 0 0.70 281.67 0.31 0.23
Hex 41 28 4C E 2F 0 46 11A 1F 17
Octal 101 50 114 16 57 0 106 432 37 27
Binary 1000001 101000 1001100 1110 101111 0 1000110 100011010 11111 10111

Color Harmonies of #41284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41284C

Black with #41284C

Text Example


Text Example

White with #41284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41284C; }

 p { color: rgb(65,40,76); }

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

background-color css

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

 a { background-color: rgb(65,40,76); }

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

border-color css

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

 span { border-color: rgb(65,40,76); }

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