Html Css Color HEX #41294B Jagger

📋 copy color: '#41294B'

red 65 ◦ green 41 ◦ blue 75

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

Shades of Jagger #41294B

Tints of Jagger #41294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 35.91%
G = 22.65%
B = 41.44%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41294B (or 0x41294B) is known color: Jagger. HEX triplet: 41, 29 and 4B. RGB value is (65,41,75). Sum of RGB (Red+Green+Blue) = 65+41+75=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #41294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41294B is #BED6B4. Grayscale: #333333. Windows color (decimal): -12506805 or 4925761. OLE color: 4925761.

HSL color Cylindrical-coordinate representation of color #41294B: hue angle of 282.35º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41294B is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 41 75 -
CMYK 0.13 0.45 0 0.71
HSL 282.35º 0.29% 0.23% -
HSV(B) 282.35º 0.45% 0.29% -
XYZ 4.24 3.22 7.05 -
YUV 52.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 65 41 75 0.13 0.45 0 0.71 282.35 0.29 0.23
Hex 41 29 4B D 2D 0 47 11A 1D 17
Octal 101 51 113 15 55 0 107 432 35 27
Binary 1000001 101001 1001011 1101 101101 0 1000111 100011010 11101 10111

Color Harmonies of #41294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41294B

Black with #41294B

Text Example


Text Example

White with #41294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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