Html Css Color HEX #41265A Jagger

📋 copy color: '#41265A'

red 65 ◦ green 38 ◦ blue 90

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

Shades of Jagger #41265A

Tints of Jagger #41265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 33.68%
G = 19.69%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41265A (or 0x41265A) is known color: Jagger. HEX triplet: 41, 26 and 5A. RGB value is (65,38,90). Sum of RGB (Red+Green+Blue) = 65+38+90=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #41265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41265A is #BED9A5. Grayscale: #333333. Windows color (decimal): -12507558 or 5908033. OLE color: 5908033.

HSL color Cylindrical-coordinate representation of color #41265A: hue angle of 271.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41265A is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 38 90 -
CMYK 0.28 0.58 0 0.65
HSL 271.15º 0.41% 0.25% -
HSV(B) 271.15º 0.58% 0.35% -
XYZ 4.72 3.25 10.05 -
YUV 52 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 65 38 90 0.28 0.58 0 0.65 271.15 0.41 0.25
Hex 41 26 5A 1C 3A 0 41 10F 29 19
Octal 101 46 132 34 72 0 101 417 51 31
Binary 1000001 100110 1011010 11100 111010 0 1000001 100001111 101001 11001

Color Harmonies of #41265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41265A

Black with #41265A

Text Example


Text Example

White with #41265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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