#27135E

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

Shades of Christalle #27135E

Tints of Christalle #27135E

Color information

#27135E (or 0x27135E) is unknown color: approx Christalle. HEX triplet: 27, 13 and 5E. RGB value is (39,19,94). Sum of RGB (Red+Green+Blue) = 39+19+94=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #27135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27135E is #D8ECA1. Grayscale: #212121. Windows color (decimal): -14216354 or 6165287. OLE color: 6165287.

HSL color Cylindrical-coordinate representation of color #27135E: hue angle of 256º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27135E is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB391994-
CMYK0.590.8000.63
HSL256º66.37%22.16%-
HSV(B)256º79.79%36.86%-
XYZ3.091.7110.76-
YUV33.53162.13131.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=25.66%
G=12.5%
B=61.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3919940.590.8000.6325666.3722.16
Hex27135E3B5003F1004216
Octal47231367312007740010226
Binary10011110011101111011101110100000111111100000000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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