Html Css Color HEX #412658 Jagger

📋 copy color: '#412658'

red 65 ◦ green 38 ◦ blue 88

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

Shades of Jagger #412658

Tints of Jagger #412658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

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

R = 34.03%
G = 19.9%
B = 46.07%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412658 (or 0x412658) is known color: Jagger. HEX triplet: 41, 26 and 58. RGB value is (65,38,88). Sum of RGB (Red+Green+Blue) = 65+38+88=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #412658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412658 is #BED9A7. Grayscale: #333333. Windows color (decimal): -12507560 or 5776961. OLE color: 5776961.

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

Color convert

RGB 65 38 88 -
CMYK 0.26 0.57 0 0.65
HSL 272.4º 0.4% 0.25% -
HSV(B) 272.4º 0.57% 0.35% -
XYZ 4.63 3.21 9.61 -
YUV 51.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 65 38 88 0.26 0.57 0 0.65 272.4 0.4 0.25
Hex 41 26 58 1A 39 0 41 110 28 19
Octal 101 46 130 32 71 0 101 420 50 31
Binary 1000001 100110 1011000 11010 111001 0 1000001 100010000 101000 11001

Color Harmonies of #412658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412658

Black with #412658

Text Example


Text Example

White with #412658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412658; }

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

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

background-color css

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

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

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

border-color css

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

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

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