#270F50

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

Shades of Violent Violet #270F50

Tints of Violent Violet #270F50

Color information

#270F50 (or 0x270F50) is unknown color: approx Violent Violet. HEX triplet: 27, 0F and 50. RGB value is (39,15,80). Sum of RGB (Red+Green+Blue) = 39+15+80=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #270F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F50 is #D8F0AF. Grayscale: #1D1D1D. Windows color (decimal): -14217392 or 5246759. OLE color: 5246759.

HSL color Cylindrical-coordinate representation of color #270F50: hue angle of 262.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #270F50 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB391580-
CMYK0.510.8100.69
HSL262.15º68.42%18.63%-
HSV(B)262.15º81.25%31.37%-
XYZ2.461.357.72-
YUV29.59156.45134.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=29.10%
G=11.19%
B=59.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3915800.510.8100.69262.1568.4218.63
Hex27F5033510451064413
Octal471712063121010540610423
Binary10011111111010000110011101000101000101100000110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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