Html Css Color HEX #412755 Jagger

📋 copy color: '#412755'

red 65 ◦ green 39 ◦ blue 85

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

Shades of Jagger #412755

Tints of Jagger #412755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 34.39%
G = 20.63%
B = 44.97%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412755 (or 0x412755) is known color: Jagger. HEX triplet: 41, 27 and 55. RGB value is (65,39,85). Sum of RGB (Red+Green+Blue) = 65+39+85=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #412755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412755 is #BED8AA. Grayscale: #333333. Windows color (decimal): -12507307 or 5580609. OLE color: 5580609.

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

Color convert

RGB 65 39 85 -
CMYK 0.24 0.54 0 0.67
HSL 273.91º 0.37% 0.24% -
HSV(B) 273.91º 0.54% 0.33% -
XYZ 4.55 3.23 8.98 -
YUV 52.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 65 39 85 0.24 0.54 0 0.67 273.91 0.37 0.24
Hex 41 27 55 18 36 0 43 112 25 18
Octal 101 47 125 30 66 0 103 422 45 30
Binary 1000001 100111 1010101 11000 110110 0 1000011 100010010 100101 11000

Color Harmonies of #412755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412755

Black with #412755

Text Example


Text Example

White with #412755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412755; }

 p { color: rgb(65,39,85); }

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

background-color css

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

 a { background-color: rgb(65,39,85); }

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

border-color css

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

 span { border-color: rgb(65,39,85); }

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