Html Css Color HEX #41235A Jagger

📋 copy color: '#41235A'

red 65 ◦ green 35 ◦ blue 90

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

Shades of Jagger #41235A

Tints of Jagger #41235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 34.21%
G = 18.42%
B = 47.37%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41235A (or 0x41235A) is known color: Jagger. HEX triplet: 41, 23 and 5A. RGB value is (65,35,90). Sum of RGB (Red+Green+Blue) = 65+35+90=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #41235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41235A is #BEDCA5. Grayscale: #323232. Windows color (decimal): -12508326 or 5907265. OLE color: 5907265.

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

Color convert

RGB 65 35 90 -
CMYK 0.28 0.61 0 0.65
HSL 272.73º 0.44% 0.25% -
HSV(B) 272.73º 0.61% 0.35% -
XYZ 4.63 3.06 10.02 -
YUV 50.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 65 35 90 0.28 0.61 0 0.65 272.73 0.44 0.25
Hex 41 23 5A 1C 3D 0 41 111 2C 19
Octal 101 43 132 34 75 0 101 421 54 31
Binary 1000001 100011 1011010 11100 111101 0 1000001 100010001 101100 11001

Color Harmonies of #41235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41235A

Black with #41235A

Text Example


Text Example

White with #41235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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