#271CB7

Color #271CB7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #271CB7

Tints of Persian Blue #271CB7

Color information

#271CB7 (or 0x271CB7) is unknown color: approx Persian Blue. HEX triplet: 27, 1C and B7. RGB value is (39,28,183). Sum of RGB (Red+Green+Blue) = 39+28+183=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 183 (71.88% from 255 or 73.2% from 250); Max value from RGB is 183 - color contains mainly: blue. Hex color #271CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CB7 is #D8E348. Grayscale: #303030. Windows color (decimal): -14213961 or 12000295. OLE color: 12000295.

HSL color Cylindrical-coordinate representation of color #271CB7: hue angle of 244.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271CB7 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3928183-
CMYK0.790.8500.28
HSL244.26º73.46%41.37%-
HSV(B)244.26º84.7%71.76%-
XYZ9.84.6845.19-
YUV48.96203.64120.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 183 (71.88% from 255) = 73.2%
R=15.6%
G=11.2%
B=73.2%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39281830.790.8500.28244.2673.4641.37
Hex271CB74F5501Cf44929
Octal473426711712503436411151
Binary100111111001011011110011111010101011100111101001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271CB7; }

 p { color: rgb(39,28,183); }

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

<style>
 a { background-color: #271CB7; }

 a { background-color: rgb(39,28,183); }

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

<style>
 span { border-color: #271CB7; }

 span { border-color: rgb(39,28,183); }

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