Html Css Color HEX #412457 Jagger

📋 copy color: '#412457'

red 65 ◦ green 36 ◦ blue 87

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

Shades of Jagger #412457

Tints of Jagger #412457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 34.57%
G = 19.15%
B = 46.28%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412457 (or 0x412457) is known color: Jagger. HEX triplet: 41, 24 and 57. RGB value is (65,36,87). Sum of RGB (Red+Green+Blue) = 65+36+87=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #412457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412457 is #BEDBA8. Grayscale: #323232. Windows color (decimal): -12508073 or 5710913. OLE color: 5710913.

HSL color Cylindrical-coordinate representation of color #412457: hue angle of 274.12º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412457 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 36 87 -
CMYK 0.25 0.59 0 0.66
HSL 274.12º 0.41% 0.24% -
HSV(B) 274.12º 0.59% 0.34% -
XYZ 4.53 3.07 9.37 -
YUV 50.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 65 36 87 0.25 0.59 0 0.66 274.12 0.41 0.24
Hex 41 24 57 19 3B 0 42 112 29 18
Octal 101 44 127 31 73 0 102 422 51 30
Binary 1000001 100100 1010111 11001 111011 0 1000010 100010010 101001 11000

Color Harmonies of #412457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412457

Black with #412457

Text Example


Text Example

White with #412457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412457; }

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

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

background-color css

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

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

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

border-color css

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

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

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