#27135B

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

Shades of Christalle #27135B

Tints of Christalle #27135B

Color information

#27135B (or 0x27135B) is unknown color: approx Christalle. HEX triplet: 27, 13 and 5B. RGB value is (39,19,91). Sum of RGB (Red+Green+Blue) = 39+19+91=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #27135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27135B is #D8ECA4. Grayscale: #202020. Windows color (decimal): -14216357 or 5968679. OLE color: 5968679.

HSL color Cylindrical-coordinate representation of color #27135B: hue angle of 256.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27135B is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB391991-
CMYK0.570.7900.64
HSL256.67º65.45%21.57%-
HSV(B)256.67º79.12%35.69%-
XYZ2.961.6510.06-
YUV33.19160.63132.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=26.17%
G=12.75%
B=61.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3919910.570.7900.64256.6765.4521.57
Hex27135B394F0401014116
Octal472313371117010040110126
Binary100111100111011011111001100111101000000100000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27135B; }

 p { color: rgb(39,19,91); }

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

<style>
 a { background-color: #27135B; }

 a { background-color: rgb(39,19,91); }

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

<style>
 span { border-color: #27135B; }

 span { border-color: rgb(39,19,91); }

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