#41276A

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

Shades of Christalle #41276A

Tints of Christalle #41276A

Color information

#41276A (or 0x41276A) is unknown color: approx Christalle. HEX triplet: 41, 27 and 6A. RGB value is (65,39,106). Sum of RGB (Red+Green+Blue) = 65+39+106=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #41276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41276A is #BED895. Grayscale: #363636. Windows color (decimal): -12507286 or 6956865. OLE color: 6956865.

HSL color Cylindrical-coordinate representation of color #41276A: hue angle of 263.28º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41276A is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6539106-
CMYK0.390.6300.58
HSL263.28º46.21%28.43%-
HSV(B)263.28º63.21%41.57%-
XYZ5.513.6214.04-
YUV54.41157.11135.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=30.95%
G=18.57%
B=50.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65391060.390.6300.58263.2846.2128.43
Hex41276A273F03A1072e1c
Octal1014715247770724075634
Binary10000011001111101010100111111111011101010000011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41276A; }

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

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

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

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

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

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

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

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