#271FAA

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

Shades of Persian Blue #271FAA

Tints of Persian Blue #271FAA

Color information

#271FAA (or 0x271FAA) is unknown color: approx Persian Blue. HEX triplet: 27, 1F and AA. RGB value is (39,31,170). Sum of RGB (Red+Green+Blue) = 39+31+170=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #271FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FAA is #D8E055. Grayscale: #303030. Windows color (decimal): -14213206 or 11149095. OLE color: 11149095.

HSL color Cylindrical-coordinate representation of color #271FAA: hue angle of 243.45º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271FAA is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3931170-
CMYK0.770.8200.33
HSL243.45º69.15%39.41%-
HSV(B)243.45º81.76%66.67%-
XYZ8.584.3138.41-
YUV49.24196.15120.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 170 (66.80% from 255) = 70.83%
R=16.25%
G=12.92%
B=70.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39311700.770.8200.33243.4569.1539.41
Hex271FAA4D52021f34527
Octal473725211512204136310547
Binary1001111111110101010100110110100100100001111100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,170); }

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

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

 a { background-color: rgb(39,31,170); }

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

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

 span { border-color: rgb(39,31,170); }

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