#271AC5

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

Shades of Persian Blue #271AC5

Tints of Persian Blue #271AC5

Color information

#271AC5 (or 0x271AC5) is unknown color: approx Persian Blue. HEX triplet: 27, 1A and C5. RGB value is (39,26,197). Sum of RGB (Red+Green+Blue) = 39+26+197=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 197 (77.34% from 255 or 75.19% from 262); Max value from RGB is 197 - color contains mainly: blue. Hex color #271AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271AC5 is #D8E53A. Grayscale: #303030. Windows color (decimal): -14214459 or 12917287. OLE color: 12917287.

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

Color convert

RGB3926197-
CMYK0.800.8700.23
HSL244.56º76.68%43.73%-
HSV(B)244.56º86.8%77.25%-
XYZ11.285.253.23-
YUV49.38211.31120.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 197 (77.34% from 255) = 75.19%
R=14.89%
G=9.92%
B=75.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39261970.800.8700.23244.5676.6843.73
Hex271AC55057017f54d2c
Octal473230512012702736511554
Binary100111110101100010110100001010111010111111101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,197); }

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

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

 a { background-color: rgb(39,26,197); }

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

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

 span { border-color: rgb(39,26,197); }

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