Html Css Color HEX #412553 Jagger

📋 copy color: '#412553'

red 65 ◦ green 37 ◦ blue 83

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

Shades of Jagger #412553

Tints of Jagger #412553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 35.14%
G = 20%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412553 (or 0x412553) is known color: Jagger. HEX triplet: 41, 25 and 53. RGB value is (65,37,83). Sum of RGB (Red+Green+Blue) = 65+37+83=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #412553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412553 is #BEDAAC. Grayscale: #323232. Windows color (decimal): -12507821 or 5449025. OLE color: 5449025.

HSL color Cylindrical-coordinate representation of color #412553: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #412553 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 37 83 -
CMYK 0.22 0.55 0 0.67
HSL 276.52º 0.38% 0.24% -
HSV(B) 276.52º 0.55% 0.33% -
XYZ 4.4 3.07 8.54 -
YUV 50.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 65 37 83 0.22 0.55 0 0.67 276.52 0.38 0.24
Hex 41 25 53 16 37 0 43 115 26 18
Octal 101 45 123 26 67 0 103 425 46 30
Binary 1000001 100101 1010011 10110 110111 0 1000011 100010101 100110 11000

Color Harmonies of #412553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412553

Black with #412553

Text Example


Text Example

White with #412553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412553; }

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

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

background-color css

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

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

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

border-color css

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

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

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