Html Css Color HEX #41285A Jagger

📋 copy color: '#41285A'

red 65 ◦ green 40 ◦ blue 90

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

Shades of Jagger #41285A

Tints of Jagger #41285A

RGB

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

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

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

R = 33.33%
G = 20.51%
B = 46.15%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41285A (or 0x41285A) is known color: Jagger. HEX triplet: 41, 28 and 5A. RGB value is (65,40,90). Sum of RGB (Red+Green+Blue) = 65+40+90=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #41285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41285A is #BED7A5. Grayscale: #343434. Windows color (decimal): -12507046 or 5908545. OLE color: 5908545.

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

Color convert

RGB 65 40 90 -
CMYK 0.28 0.56 0 0.65
HSL 270º 0.38% 0.25% -
HSV(B) 270º 0.56% 0.35% -
XYZ 4.78 3.38 10.07 -
YUV 53.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 65 40 90 0.28 0.56 0 0.65 270 0.38 0.25
Hex 41 28 5A 1C 38 0 41 10E 26 19
Octal 101 50 132 34 70 0 101 416 46 31
Binary 1000001 101000 1011010 11100 111000 0 1000001 100001110 100110 11001

Color Harmonies of #41285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41285A

Black with #41285A

Text Example


Text Example

White with #41285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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