#2C1863

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

Shades of Christalle #2C1863

Tints of Christalle #2C1863

Color information

#2C1863 (or 0x2C1863) is unknown color: approx Christalle. HEX triplet: 2C, 18 and 63. RGB value is (44,24,99). Sum of RGB (Red+Green+Blue) = 44+24+99=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C1863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1863 is #D3E79C. Grayscale: #262626. Windows color (decimal): -13887389 or 6494252. OLE color: 6494252.

HSL color Cylindrical-coordinate representation of color #2C1863: hue angle of 256º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1863 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB442499-
CMYK0.560.7600.61
HSL256º60.98%24.12%-
HSV(B)256º75.76%38.82%-
XYZ3.622.0912.02-
YUV38.53162.13131.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=26.35%
G=14.37%
B=59.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4424990.560.7600.6125660.9824.12
Hex2C1863384C03D1003d18
Octal5430143701140754007530
Binary1011001100011000111110001001100011110110000000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1863; }

 p { color: rgb(44,24,99); }

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

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

 a { background-color: rgb(44,24,99); }

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

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

 span { border-color: rgb(44,24,99); }

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