#271CD9

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

Shades of Persian Blue #271CD9

Tints of Persian Blue #271CD9

Color information

#271CD9 (or 0x271CD9) is unknown color: approx Persian Blue. HEX triplet: 27, 1C and D9. RGB value is (39,28,217). Sum of RGB (Red+Green+Blue) = 39+28+217=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 217 (85.16% from 255 or 76.41% from 284); Max value from RGB is 217 - color contains mainly: blue. Hex color #271CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CD9 is #D8E326. Grayscale: #343434. Windows color (decimal): -14213927 or 14228519. OLE color: 14228519.

HSL color Cylindrical-coordinate representation of color #271CD9: hue angle of 243.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271CD9 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3928217-
CMYK0.820.8700.15
HSL243.49º77.14%48.04%-
HSV(B)243.49º87.1%85.1%-
XYZ13.786.2766.13-
YUV52.84220.64118.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.73%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 217 (85.16% from 255) = 76.41%
R=13.73%
G=9.86%
B=76.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal39282170.820.8700.15243.4977.1448.04
Hex271CD952570Ff34d30
Octal473433112212701736311560
Binary10011111100110110011010010101011101111111100111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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