#271AC4

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

Shades of Persian Blue #271AC4

Tints of Persian Blue #271AC4

Color information

#271AC4 (or 0x271AC4) is unknown color: approx Persian Blue. HEX triplet: 27, 1A and C4. RGB value is (39,26,196). Sum of RGB (Red+Green+Blue) = 39+26+196=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 196 (76.95% from 255 or 75.10% from 261); Max value from RGB is 196 - color contains mainly: blue. Hex color #271AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271AC4 is #D8E53B. Grayscale: #303030. Windows color (decimal): -14214460 or 12851751. OLE color: 12851751.

HSL color Cylindrical-coordinate representation of color #271AC4: hue angle of 244.59º 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 #271AC4 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3926196-
CMYK0.800.8700.23
HSL244.59º76.58%43.53%-
HSV(B)244.59º86.73%76.86%-
XYZ11.175.1652.63-
YUV49.27210.81120.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 196 (76.95% from 255) = 75.10%
R=14.94%
G=9.96%
B=75.10%

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
Decimal39261960.800.8700.23244.5976.5843.53
Hex271AC45057017f54d2c
Octal473230412012702736511554
Binary100111110101100010010100001010111010111111101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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