#271CCF

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

Shades of Persian Blue #271CCF

Tints of Persian Blue #271CCF

Color information

#271CCF (or 0x271CCF) is unknown color: approx Persian Blue. HEX triplet: 27, 1C and CF. RGB value is (39,28,207). Sum of RGB (Red+Green+Blue) = 39+28+207=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #271CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CCF is #D8E330. Grayscale: #323232. Windows color (decimal): -14213937 or 13573159. OLE color: 13573159.

HSL color Cylindrical-coordinate representation of color #271CCF: hue angle of 243.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271CCF is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3928207-
CMYK0.810.8600.19
HSL243.69º76.17%46.08%-
HSV(B)243.69º86.47%81.18%-
XYZ12.515.7759.49-
YUV51.7215.64118.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 207 (81.25% from 255) = 75.55%
R=14.23%
G=10.22%
B=75.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal39282070.810.8600.19243.6976.1746.08
Hex271CCF5156013f44c2e
Octal473431712112602336411456
Binary100111111001100111110100011010110010011111101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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