#271DDE

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

Shades of Persian Blue #271DDE

Tints of Persian Blue #271DDE

Color information

#271DDE (or 0x271DDE) is unknown color: approx Persian Blue. HEX triplet: 27, 1D and DE. RGB value is (39,29,222). Sum of RGB (Red+Green+Blue) = 39+29+222=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #271DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DDE is #D8E221. Grayscale: #353535. Windows color (decimal): -14213666 or 14556455. OLE color: 14556455.

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

Color convert

RGB3929222-
CMYK0.820.8700.13
HSL243.11º76.89%49.22%-
HSV(B)243.11º86.94%87.06%-
XYZ14.466.5869.62-
YUV53.99222.81117.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 222 (87.11% from 255) = 76.55%
R=13.45%
G=10%
B=76.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39292220.820.8700.13243.1176.8949.22
Hex271DDE52570Df34d31
Octal473533612212701536311561
Binary10011111101110111101010010101011101101111100111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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