#461265

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

Shades of Christalle #461265

Tints of Christalle #461265

Color information

#461265 (or 0x461265) is unknown color: approx Christalle. HEX triplet: 46, 12 and 65. RGB value is (70,18,101). Sum of RGB (Red+Green+Blue) = 70+18+101=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #461265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461265 is #B9ED9A. Grayscale: #2A2A2A. Windows color (decimal): -12184987 or 6623814. OLE color: 6623814.

HSL color Cylindrical-coordinate representation of color #461265: hue angle of 277.59º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461265 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7018101-
CMYK0.310.8200.60
HSL277.59º69.75%23.33%-
HSV(B)277.59º82.18%39.61%-
XYZ5.092.6712.56-
YUV43.01160.73147.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 101 (39.84% from 255) = 53.44%
R=37.04%
G=9.52%
B=53.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70181010.310.8200.60277.5969.7523.33
Hex4612651F5203C1164617
Octal106221453712207442610627
Binary10001101001011001011111110100100111100100010110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461265; }

 p { color: rgb(70,18,101); }

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

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

 a { background-color: rgb(70,18,101); }

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

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

 span { border-color: rgb(70,18,101); }

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