Html Css Color HEX #412A5A Jagger

📋 copy color: '#412A5A'

red 65 ◦ green 42 ◦ blue 90

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

Shades of Jagger #412A5A

Tints of Jagger #412A5A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

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

R = 32.99%
G = 21.32%
B = 45.69%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412A5A (or 0x412A5A) is known color: Jagger. HEX triplet: 41, 2A and 5A. RGB value is (65,42,90). Sum of RGB (Red+Green+Blue) = 65+42+90=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #412A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A5A is #BED5A5. Grayscale: #363636. Windows color (decimal): -12506534 or 5909057. OLE color: 5909057.

HSL color Cylindrical-coordinate representation of color #412A5A: hue angle of 268.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412A5A is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 42 90 -
CMYK 0.28 0.53 0 0.65
HSL 268.75º 0.36% 0.26% -
HSV(B) 268.75º 0.53% 0.35% -
XYZ 4.85 3.52 10.1 -
YUV 54.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 65 42 90 0.28 0.53 0 0.65 268.75 0.36 0.26
Hex 41 2A 5A 1C 35 0 41 10D 24 1A
Octal 101 52 132 34 65 0 101 415 44 32
Binary 1000001 101010 1011010 11100 110101 0 1000001 100001101 100100 11010

Color Harmonies of #412A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A5A

Black with #412A5A

Text Example


Text Example

White with #412A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412A5A; }

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

 H1.HeaderClassName
 {
   color: #412A5A;
 }
 .AnyTagClassName
 {
   color: #412A5A;
 }
</style>

background-color css

<style>
 a { background-color: #412A5A; }

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

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

border-color css

<style>
 span { border-color: #412A5A; }

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

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