Html Css Color HEX #41264A Jagger

📋 copy color: '#41264A'

red 65 ◦ green 38 ◦ blue 74

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

Shades of Jagger #41264A

Tints of Jagger #41264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 36.72%
G = 21.47%
B = 41.81%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41264A (or 0x41264A) is known color: Jagger. HEX triplet: 41, 26 and 4A. RGB value is (65,38,74). Sum of RGB (Red+Green+Blue) = 65+38+74=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #41264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41264A is #BED9B5. Grayscale: #323232. Windows color (decimal): -12507574 or 4859457. OLE color: 4859457.

HSL color Cylindrical-coordinate representation of color #41264A: hue angle of 285º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41264A is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 38 74 -
CMYK 0.12 0.49 0 0.71
HSL 285º 0.32% 0.22% -
HSV(B) 285º 0.49% 0.29% -
XYZ 4.11 3 6.84 -
YUV 50.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 65 38 74 0.12 0.49 0 0.71 285 0.32 0.22
Hex 41 26 4A C 31 0 47 11D 20 16
Octal 101 46 112 14 61 0 107 435 40 26
Binary 1000001 100110 1001010 1100 110001 0 1000111 100011101 100000 10110

Color Harmonies of #41264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41264A

Black with #41264A

Text Example


Text Example

White with #41264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41264A; }

 p { color: rgb(65,38,74); }

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

background-color css

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

 a { background-color: rgb(65,38,74); }

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

border-color css

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

 span { border-color: rgb(65,38,74); }

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