#412761

Color #412761 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #412761

Tints of Christalle #412761

Color information

#412761 (or 0x412761) is unknown color: approx Christalle. HEX triplet: 41, 27 and 61. RGB value is (65,39,97). Sum of RGB (Red+Green+Blue) = 65+39+97=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #412761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412761 is #BED89E. Grayscale: #353535. Windows color (decimal): -12507295 or 6367041. OLE color: 6367041.

HSL color Cylindrical-coordinate representation of color #412761: hue angle of 266.9º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412761 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB653997-
CMYK0.330.6000.62
HSL266.9º42.65%26.67%-
HSV(B)266.9º59.79%38.04%-
XYZ5.063.4411.71-
YUV53.39152.61136.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=32.34%
G=19.40%
B=48.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6539970.330.6000.62266.942.6526.67
Hex412761213C03E10b2b1b
Octal1014714141740764135333
Binary10000011001111100001100001111100011111010000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412761; }

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

 H1.HeaderClassName
 {
   color: #412761;
 }
 .AnyTagClassName
 {
   color: #412761;
 }
</style>
background-color css

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

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

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

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

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

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