#27025C

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

Shades of Christalle #27025C

Tints of Christalle #27025C

Color information

#27025C (or 0x27025C) is unknown color: approx Christalle. HEX triplet: 27, 02 and 5C. RGB value is (39,2,92). Sum of RGB (Red+Green+Blue) = 39+2+92=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #27025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27025C is #D8FDA3. Grayscale: #171717. Windows color (decimal): -14220708 or 6029863. OLE color: 6029863.

HSL color Cylindrical-coordinate representation of color #27025C: hue angle of 264.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27025C is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB39292-
CMYK0.580.9800.64
HSL264.67º95.74%18.43%-
HSV(B)264.67º97.83%36.08%-
XYZ2.791.2510.22-
YUV23.32166.76139.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=29.32%
G=1.50%
B=69.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal392920.580.9800.64264.6795.7418.43
Hex2725C3A620401096012
Octal47213472142010041114022
Binary100111101011100111010110001001000000100001001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27025C; }

 p { color: rgb(39,2,92); }

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

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

 a { background-color: rgb(39,2,92); }

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

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

 span { border-color: rgb(39,2,92); }

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