#271DD3

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

Shades of Persian Blue #271DD3

Tints of Persian Blue #271DD3

Color information

#271DD3 (or 0x271DD3) is unknown color: approx Persian Blue. HEX triplet: 27, 1D and D3. RGB value is (39,29,211). Sum of RGB (Red+Green+Blue) = 39+29+211=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 211 (82.81% from 255 or 75.63% from 279); Max value from RGB is 211 - color contains mainly: blue. Hex color #271DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DD3 is #D8E22C. Grayscale: #343434. Windows color (decimal): -14213677 or 13835559. OLE color: 13835559.

HSL color Cylindrical-coordinate representation of color #271DD3: hue angle of 243.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271DD3 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3929211-
CMYK0.820.8600.17
HSL243.3º75.83%47.06%-
HSV(B)243.3º86.26%82.75%-
XYZ13.036.0162.1-
YUV52.74217.31118.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 211 (82.81% from 255) = 75.63%
R=13.98%
G=10.39%
B=75.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal39292110.820.8600.17243.375.8347.06
Hex271DD35256011f34c2f
Octal473532312212602136311457
Binary100111111011101001110100101010110010001111100111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,29,211); }

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

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

 a { background-color: rgb(39,29,211); }

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

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

 span { border-color: rgb(39,29,211); }

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