#271EDD

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

Shades of Persian Blue #271EDD

Tints of Persian Blue #271EDD

Color information

#271EDD (or 0x271EDD) is unknown color: approx Persian Blue. HEX triplet: 27, 1E and DD. RGB value is (39,30,221). Sum of RGB (Red+Green+Blue) = 39+30+221=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #271EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EDD is #D8E122. Grayscale: #353535. Windows color (decimal): -14213411 or 14491175. OLE color: 14491175.

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

Color convert

RGB3930221-
CMYK0.820.8600.13
HSL242.83º76.1%49.22%-
HSV(B)242.83º86.43%86.67%-
XYZ14.356.5868.92-
YUV54.46221.98116.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 221 (86.72% from 255) = 76.21%
R=13.45%
G=10.34%
B=76.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39302210.820.8600.13242.8376.149.22
Hex271EDD52560Df34c31
Octal473633512212601536311461
Binary10011111110110111011010010101011001101111100111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,30,221); }

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

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

 a { background-color: rgb(39,30,221); }

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

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

 span { border-color: rgb(39,30,221); }

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