Html Css Color HEX #412F57 Jagger

📋 copy color: '#412F57'

red 65 ◦ green 47 ◦ blue 87

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

Shades of Jagger #412F57

Tints of Jagger #412F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 87 (34.38% from 255) = 43.72%

R = 32.66%
G = 23.62%
B = 43.72%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412F57 (or 0x412F57) is known color: Jagger. HEX triplet: 41, 2F and 57. RGB value is (65,47,87). Sum of RGB (Red+Green+Blue) = 65+47+87=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #412F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F57 is #BED0A8. Grayscale: #383838. Windows color (decimal): -12505257 or 5713729. OLE color: 5713729.

HSL color Cylindrical-coordinate representation of color #412F57: hue angle of 267º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412F57 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 47 87 -
CMYK 0.25 0.46 0 0.66
HSL 267º 0.3% 0.26% -
HSV(B) 267º 0.46% 0.34% -
XYZ 4.92 3.84 9.5 -
YUV 56.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 65 47 87 0.25 0.46 0 0.66 267 0.3 0.26
Hex 41 2F 57 19 2E 0 42 10B 1E 1A
Octal 101 57 127 31 56 0 102 413 36 32
Binary 1000001 101111 1010111 11001 101110 0 1000010 100001011 11110 11010

Color Harmonies of #412F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F57

Black with #412F57

Text Example


Text Example

White with #412F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,87); }

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

background-color css

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

 a { background-color: rgb(65,47,87); }

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

border-color css

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

 span { border-color: rgb(65,47,87); }

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