#2C095A

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

Shades of Christalle #2C095A

Tints of Christalle #2C095A

Color information

#2C095A (or 0x2C095A) is unknown color: approx Christalle. HEX triplet: 2C, 09 and 5A. RGB value is (44,9,90). Sum of RGB (Red+Green+Blue) = 44+9+90=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C095A is #D3F6A5. Grayscale: #1C1C1C. Windows color (decimal): -13891238 or 5900588. OLE color: 5900588.

HSL color Cylindrical-coordinate representation of color #2C095A: hue angle of 265.93º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C095A is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB44990-
CMYK0.510.900.65
HSL265.93º81.82%19.41%-
HSV(B)265.93º90%35.29%-
XYZ2.981.479.8-
YUV28.7162.6138.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.77%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=30.77%
G=6.29%
B=62.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal449900.510.900.65265.9381.8219.41
Hex2C95A335A04110a5213
Octal541113263132010141212223
Binary10110010011011010110011101101001000001100001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,9,90); }

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

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

 a { background-color: rgb(44,9,90); }

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

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

 span { border-color: rgb(44,9,90); }

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