#2727B3

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

Shades of Persian Blue #2727B3

Tints of Persian Blue #2727B3

Color information

#2727B3 (or 0x2727B3) is unknown color: approx Persian Blue. HEX triplet: 27, 27 and B3. RGB value is (39,39,179). Sum of RGB (Red+Green+Blue) = 39+39+179=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #2727B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2727B3 is #D8D84C. Grayscale: #363636. Windows color (decimal): -14211149 or 11740967. OLE color: 11740967.

HSL color Cylindrical-coordinate representation of color #2727B3: hue angle of 240º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2727B3 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3939179-
CMYK0.780.7800.30
HSL240º64.22%42.75%-
HSV(B)240º78.21%70.2%-
XYZ9.75.1443.13-
YUV54.96198116.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 179 (70.31% from 255) = 69.65%
R=15.18%
G=15.18%
B=69.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39391790.780.7800.3024064.2242.75
Hex2727B34E4E01Ef0402b
Octal474726311611603636010053
Binary1001111001111011001110011101001110011110111100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2727B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2727B3; }

 p { color: rgb(39,39,179); }

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

<style>
 a { background-color: #2727B3; }

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

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

<style>
 span { border-color: #2727B3; }

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

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