#2720b3

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

Shades of Persian Blue #2720B3

Tints of Persian Blue #2720B3

Color information

#2720B3 (or 0x2720B3) is unknown color: approx Persian Blue. HEX triplet: 27, 20 and B3. RGB value is (39,32,179). Sum of RGB (Red+Green+Blue) = 39+32+179=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 179 (70.31% from 255 or 71.6% from 250); Max value from RGB is 179 - color contains mainly: blue. Hex color #2720B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2720B3 is #D8DF4C. Grayscale: #323232. Windows color (decimal): -14212941 or 11739175. OLE color: 11739175.

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

Color convert

RGB3932179-
CMYK0.780.8200.30
HSL242.86º69.67%41.37%-
HSV(B)242.86º82.12%70.2%-
XYZ9.494.7243.06-
YUV50.85200.32119.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 179 (70.31% from 255) = 71.6%
R=15.6%
G=12.8%
B=71.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39321790.780.8200.30242.8669.6741.37
Hex2720B34E5201Ef34629
Octal474026311612203636310651
Binary1001111000001011001110011101010010011110111100111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2720b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2720b3; }

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

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

<style>
 a { background-color: #2720b3; }

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

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

<style>
 span { border-color: #2720b3; }

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

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