Html Css Color HEX #41225A Jagger

📋 copy color: '#41225A'

red 65 ◦ green 34 ◦ blue 90

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

Shades of Jagger #41225A

Tints of Jagger #41225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

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

R = 34.39%
G = 17.99%
B = 47.62%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41225A (or 0x41225A) is known color: Jagger. HEX triplet: 41, 22 and 5A. RGB value is (65,34,90). Sum of RGB (Red+Green+Blue) = 65+34+90=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #41225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41225A is #BEDDA5. Grayscale: #313131. Windows color (decimal): -12508582 or 5907009. OLE color: 5907009.

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

Color convert

RGB 65 34 90 -
CMYK 0.28 0.62 0 0.65
HSL 273.21º 0.45% 0.24% -
HSV(B) 273.21º 0.62% 0.35% -
XYZ 4.6 3.01 10.01 -
YUV 49.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 65 34 90 0.28 0.62 0 0.65 273.21 0.45 0.24
Hex 41 22 5A 1C 3E 0 41 111 2D 18
Octal 101 42 132 34 76 0 101 421 55 30
Binary 1000001 100010 1011010 11100 111110 0 1000001 100010001 101101 11000

Color Harmonies of #41225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41225A

Black with #41225A

Text Example


Text Example

White with #41225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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