#270F63

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

Shades of Christalle #270F63

Tints of Christalle #270F63

Color information

#270F63 (or 0x270F63) is unknown color: approx Christalle. HEX triplet: 27, 0F and 63. RGB value is (39,15,99). Sum of RGB (Red+Green+Blue) = 39+15+99=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #270F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F63 is #D8F09C. Grayscale: #1F1F1F. Windows color (decimal): -14217373 or 6491943. OLE color: 6491943.

HSL color Cylindrical-coordinate representation of color #270F63: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270F63 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB391599-
CMYK0.610.8500.61
HSL257.14º73.68%22.35%-
HSV(B)257.14º84.85%38.82%-
XYZ3.261.6711.96-
YUV31.75165.95133.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=25.49%
G=9.80%
B=64.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3915990.610.8500.61257.1473.6822.35
Hex27F633D5503D1014a16
Octal47171437512507540111226
Binary1001111111110001111110110101010111101100000001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,15,99); }

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

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

 a { background-color: rgb(39,15,99); }

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

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

 span { border-color: rgb(39,15,99); }

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