Html Css Color HEX #412758 Jagger

📋 copy color: '#412758'

red 65 ◦ green 39 ◦ blue 88

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

Shades of Jagger #412758

Tints of Jagger #412758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.83%

R = 33.85%
G = 20.31%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412758 (or 0x412758) is known color: Jagger. HEX triplet: 41, 27 and 58. RGB value is (65,39,88). Sum of RGB (Red+Green+Blue) = 65+39+88=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #412758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412758 is #BED8A7. Grayscale: #343434. Windows color (decimal): -12507304 or 5777217. OLE color: 5777217.

HSL color Cylindrical-coordinate representation of color #412758: hue angle of 271.84º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412758 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 39 88 -
CMYK 0.26 0.56 0 0.65
HSL 271.84º 0.39% 0.25% -
HSV(B) 271.84º 0.56% 0.35% -
XYZ 4.67 3.28 9.62 -
YUV 52.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 65 39 88 0.26 0.56 0 0.65 271.84 0.39 0.25
Hex 41 27 58 1A 38 0 41 110 27 19
Octal 101 47 130 32 70 0 101 420 47 31
Binary 1000001 100111 1011000 11010 111000 0 1000001 100010000 100111 11001

Color Harmonies of #412758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412758

Black with #412758

Text Example


Text Example

White with #412758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412758; }

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

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

background-color css

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

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

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

border-color css

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

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

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