#2F27A1

Color #2F27A1 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #2F27A1

Tints of Dark Slate Blue #2F27A1

Color information

#2F27A1 (or 0x2F27A1) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 27 and A1. RGB value is (47,39,161). Sum of RGB (Red+Green+Blue) = 47+39+161=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #2F27A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F27A1 is #D0D85E. Grayscale: #363636. Windows color (decimal): -13686879 or 10561327. OLE color: 10561327.

HSL color Cylindrical-coordinate representation of color #2F27A1: hue angle of 243.93º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F27A1 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4739161-
CMYK0.710.7600.37
HSL243.93º61%39.22%-
HSV(B)243.93º75.78%63.14%-
XYZ8.334.6334.17-
YUV55.3187.65122.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 161 (63.28% from 255) = 65.18%
R=19.03%
G=15.79%
B=65.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47391610.710.7600.37243.936139.22
Hex2F27A1474C025f43d27
Octal57472411071140453647547
Binary1011111001111010000110001111001100010010111110100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F27A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F27A1; }

 p { color: rgb(47,39,161); }

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

<style>
 a { background-color: #2F27A1; }

 a { background-color: rgb(47,39,161); }

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

<style>
 span { border-color: #2F27A1; }

 span { border-color: rgb(47,39,161); }

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