#270B4B

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

Shades of Violent Violet #270B4B

Tints of Violent Violet #270B4B

Color information

#270B4B (or 0x270B4B) is unknown color: approx Violent Violet. HEX triplet: 27, 0B and 4B. RGB value is (39,11,75). Sum of RGB (Red+Green+Blue) = 39+11+75=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #270B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B4B is #D8F4B4. Grayscale: #1A1A1A. Windows color (decimal): -14218421 or 4918055. OLE color: 4918055.

HSL color Cylindrical-coordinate representation of color #270B4B: hue angle of 266.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270B4B is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB391175-
CMYK0.480.8500.71
HSL266.25º74.42%16.86%-
HSV(B)266.25º85.33%29.41%-
XYZ2.231.186.77-
YUV26.67155.28136.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 75 (29.69% from 255) = 60%
R=31.2%
G=8.8%
B=60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3911750.480.8500.71266.2574.4216.86
Hex27B4B305504710a4a11
Octal471311360125010741211221
Binary10011110111001011110000101010101000111100001010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,11,75); }

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

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

 a { background-color: rgb(39,11,75); }

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

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

 span { border-color: rgb(39,11,75); }

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