#270D5C

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

Shades of Christalle #270D5C

Tints of Christalle #270D5C

Color information

#270D5C (or 0x270D5C) is unknown color: approx Christalle. HEX triplet: 27, 0D and 5C. RGB value is (39,13,92). Sum of RGB (Red+Green+Blue) = 39+13+92=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #270D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D5C is #D8F2A3. Grayscale: #1D1D1D. Windows color (decimal): -14217892 or 6032679. OLE color: 6032679.

HSL color Cylindrical-coordinate representation of color #270D5C: hue angle of 259.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270D5C is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB391392-
CMYK0.580.8600.64
HSL259.75º75.24%20.59%-
HSV(B)259.75º85.87%36.08%-
XYZ2.911.4910.26-
YUV29.78163.11134.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 92 (36.33% from 255) = 63.89%
R=27.08%
G=9.03%
B=63.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3913920.580.8600.64259.7575.2420.59
Hex27D5C3A560401044b15
Octal471513472126010040411325
Binary10011111011011100111010101011001000000100000100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D5C; }

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

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

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

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

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

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

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

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