#2C025A

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

Shades of Christalle #2C025A

Tints of Christalle #2C025A

Color information

#2C025A (or 0x2C025A) is unknown color: approx Christalle. HEX triplet: 2C, 02 and 5A. RGB value is (44,2,90). Sum of RGB (Red+Green+Blue) = 44+2+90=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C025A is #D3FDA5. Grayscale: #181818. Windows color (decimal): -13893030 or 5898796. OLE color: 5898796.

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

Color convert

RGB44290-
CMYK0.510.9800.65
HSL268.64º95.65%18.04%-
HSV(B)268.64º97.78%35.29%-
XYZ2.911.329.77-
YUV24.59164.91141.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.35%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=32.35%
G=1.47%
B=66.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal442900.510.9800.65268.6495.6518.04
Hex2C25A336204110d6012
Octal54213263142010141514022
Binary101100101011010110011110001001000001100001101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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