Html Css Color HEX #41245A Jagger

📋 copy color: '#41245A'

red 65 ◦ green 36 ◦ blue 90

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

Shades of Jagger #41245A

Tints of Jagger #41245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 34.03%
G = 18.85%
B = 47.12%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41245A (or 0x41245A) is known color: Jagger. HEX triplet: 41, 24 and 5A. RGB value is (65,36,90). Sum of RGB (Red+Green+Blue) = 65+36+90=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #41245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41245A is #BEDBA5. Grayscale: #323232. Windows color (decimal): -12508070 or 5907521. OLE color: 5907521.

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

Color convert

RGB 65 36 90 -
CMYK 0.28 0.60 0 0.65
HSL 272.22º 0.43% 0.25% -
HSV(B) 272.22º 0.6% 0.35% -
XYZ 4.66 3.12 10.03 -
YUV 50.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 65 36 90 0.28 0.60 0 0.65 272.22 0.43 0.25
Hex 41 24 5A 1C 3C 0 41 110 2B 19
Octal 101 44 132 34 74 0 101 420 53 31
Binary 1000001 100100 1011010 11100 111100 0 1000001 100010000 101011 11001

Color Harmonies of #41245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41245A

Black with #41245A

Text Example


Text Example

White with #41245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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