#411269

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

Shades of Christalle #411269

Tints of Christalle #411269

Color information

#411269 (or 0x411269) is unknown color: approx Christalle. HEX triplet: 41, 12 and 69. RGB value is (65,18,105). Sum of RGB (Red+Green+Blue) = 65+18+105=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #411269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411269 is #BEED96. Grayscale: #292929. Windows color (decimal): -12512663 or 6885953. OLE color: 6885953.

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

Color convert

RGB6518105-
CMYK0.380.8300.59
HSL272.41º70.73%24.12%-
HSV(B)272.41º82.86%41.18%-
XYZ4.952.5813.6-
YUV41.97163.57144.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=34.57%
G=9.57%
B=55.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65181050.380.8300.59272.4170.7324.12
Hex411269265303B1104718
Octal101221514612307342010730
Binary100000110010110100110011010100110111011100010000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411269; }

 p { color: rgb(65,18,105); }

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

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

 a { background-color: rgb(65,18,105); }

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

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

 span { border-color: rgb(65,18,105); }

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