#410962

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

Shades of Christalle #410962

Tints of Christalle #410962

Color information

#410962 (or 0x410962) is unknown color: approx Christalle. HEX triplet: 41, 09 and 62. RGB value is (65,9,98). Sum of RGB (Red+Green+Blue) = 65+9+98=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #410962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410962 is #BEF69D. Grayscale: #232323. Windows color (decimal): -12514974 or 6424897. OLE color: 6424897.

HSL color Cylindrical-coordinate representation of color #410962: hue angle of 277.75º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410962 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65998-
CMYK0.340.9100.62
HSL277.75º83.18%20.98%-
HSV(B)277.75º90.82%38.43%-
XYZ4.482.211.74-
YUV35.89163.05148.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=37.79%
G=5.23%
B=56.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal659980.340.9100.62277.7583.1820.98
Hex41962225B03E1165315
Octal101111424213307642612325
Binary10000011001110001010001010110110111110100010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410962; }

 p { color: rgb(65,9,98); }

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

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

 a { background-color: rgb(65,9,98); }

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

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

 span { border-color: rgb(65,9,98); }

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