#271AD0

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

Shades of Persian Blue #271AD0

Tints of Persian Blue #271AD0

Color information

#271AD0 (or 0x271AD0) is unknown color: approx Persian Blue. HEX triplet: 27, 1A and D0. RGB value is (39,26,208). Sum of RGB (Red+Green+Blue) = 39+26+208=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 208 (81.64% from 255 or 76.19% from 273); Max value from RGB is 208 - color contains mainly: blue. Hex color #271AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271AD0 is #D8E52F. Grayscale: #313131. Windows color (decimal): -14214448 or 13638183. OLE color: 13638183.

HSL color Cylindrical-coordinate representation of color #271AD0: hue angle of 244.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271AD0 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3926208-
CMYK0.810.8800.18
HSL244.29º77.78%45.88%-
HSV(B)244.29º87.5%81.57%-
XYZ12.595.7260.12-
YUV50.64216.81119.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 208 (81.64% from 255) = 76.19%
R=14.29%
G=9.52%
B=76.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal39262080.810.8800.18244.2977.7845.88
Hex271AD05158012f44e2e
Octal473232012113002236411656
Binary100111110101101000010100011011000010010111101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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