Html Css Color HEX #41255A Jagger

📋 copy color: '#41255A'

red 65 ◦ green 37 ◦ blue 90

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

Shades of Jagger #41255A

Tints of Jagger #41255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 33.85%
G = 19.27%
B = 46.88%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41255A (or 0x41255A) is known color: Jagger. HEX triplet: 41, 25 and 5A. RGB value is (65,37,90). Sum of RGB (Red+Green+Blue) = 65+37+90=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #41255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41255A is #BEDAA5. Grayscale: #333333. Windows color (decimal): -12507814 or 5907777. OLE color: 5907777.

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

Color convert

RGB 65 37 90 -
CMYK 0.28 0.59 0 0.65
HSL 271.7º 0.42% 0.25% -
HSV(B) 271.7º 0.59% 0.35% -
XYZ 4.69 3.19 10.04 -
YUV 51.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 65 37 90 0.28 0.59 0 0.65 271.7 0.42 0.25
Hex 41 25 5A 1C 3B 0 41 110 2A 19
Octal 101 45 132 34 73 0 101 420 52 31
Binary 1000001 100101 1011010 11100 111011 0 1000001 100010000 101010 11001

Color Harmonies of #41255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41255A

Black with #41255A

Text Example


Text Example

White with #41255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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