Html Css Color HEX #41274F Jagger

📋 copy color: '#41274F'

red 65 ◦ green 39 ◦ blue 79

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

Shades of Jagger #41274F

Tints of Jagger #41274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 35.52%
G = 21.31%
B = 43.17%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41274F (or 0x41274F) is known color: Jagger. HEX triplet: 41, 27 and 4F. RGB value is (65,39,79). Sum of RGB (Red+Green+Blue) = 65+39+79=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #41274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41274F is #BED8B0. Grayscale: #333333. Windows color (decimal): -12507313 or 5187393. OLE color: 5187393.

HSL color Cylindrical-coordinate representation of color #41274F: hue angle of 279º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41274F is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 39 79 -
CMYK 0.18 0.51 0 0.69
HSL 279º 0.34% 0.23% -
HSV(B) 279º 0.51% 0.31% -
XYZ 4.32 3.14 7.78 -
YUV 51.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 65 39 79 0.18 0.51 0 0.69 279 0.34 0.23
Hex 41 27 4F 12 33 0 45 117 22 17
Octal 101 47 117 22 63 0 105 427 42 27
Binary 1000001 100111 1001111 10010 110011 0 1000101 100010111 100010 10111

Color Harmonies of #41274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41274F

Black with #41274F

Text Example


Text Example

White with #41274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41274F; }

 p { color: rgb(65,39,79); }

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

background-color css

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

 a { background-color: rgb(65,39,79); }

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

border-color css

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

 span { border-color: rgb(65,39,79); }

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