#271FC7

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

Shades of Persian Blue #271FC7

Tints of Persian Blue #271FC7

Color information

#271FC7 (or 0x271FC7) is unknown color: approx Persian Blue. HEX triplet: 27, 1F and C7. RGB value is (39,31,199). Sum of RGB (Red+Green+Blue) = 39+31+199=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 199 (78.12% from 255 or 73.98% from 269); Max value from RGB is 199 - color contains mainly: blue. Hex color #271FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FC7 is #D8E038. Grayscale: #333333. Windows color (decimal): -14213177 or 13049639. OLE color: 13049639.

HSL color Cylindrical-coordinate representation of color #271FC7: hue angle of 242.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271FC7 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3931199-
CMYK0.800.8400.22
HSL242.86º73.04%45.1%-
HSV(B)242.86º84.42%78.04%-
XYZ11.645.5354.49-
YUV52.54210.65118.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.50%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 199 (78.12% from 255) = 73.98%
R=14.50%
G=11.52%
B=73.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal39311990.800.8400.22242.8673.0445.1
Hex271FC75054016f3492d
Octal473730712012402636311155
Binary100111111111100011110100001010100010110111100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,199); }

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

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

 a { background-color: rgb(39,31,199); }

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

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

 span { border-color: rgb(39,31,199); }

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