#261063

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

Shades of Christalle #261063

Tints of Christalle #261063

Color information

#261063 (or 0x261063) is unknown color: approx Christalle. HEX triplet: 26, 10 and 63. RGB value is (38,16,99). Sum of RGB (Red+Green+Blue) = 38+16+99=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #261063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261063 is #D9EF9C. Grayscale: #1F1F1F. Windows color (decimal): -14282653 or 6492198. OLE color: 6492198.

HSL color Cylindrical-coordinate representation of color #261063: hue angle of 255.9º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261063 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB381699-
CMYK0.620.8400.61
HSL255.9º72.17%22.55%-
HSV(B)255.9º83.84%38.82%-
XYZ3.241.6811.96-
YUV32.04165.79132.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=24.84%
G=10.46%
B=64.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3816990.620.8400.61255.972.1722.55
Hex2610633E5403D1004817
Octal46201437612407540011027
Binary10011010000110001111111010101000111101100000000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261063; }

 p { color: rgb(38,16,99); }

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

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

 a { background-color: rgb(38,16,99); }

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

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

 span { border-color: rgb(38,16,99); }

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