#272FAC

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

Shades of Persian Blue #272FAC

Tints of Persian Blue #272FAC

Color information

#272FAC (or 0x272FAC) is unknown color: approx Persian Blue. HEX triplet: 27, 2F and AC. RGB value is (39,47,172). Sum of RGB (Red+Green+Blue) = 39+47+172=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #272FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FAC is #D8D053. Grayscale: #3A3A3A. Windows color (decimal): -14209108 or 11284263. OLE color: 11284263.

HSL color Cylindrical-coordinate representation of color #272FAC: hue angle of 236.39º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272FAC is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3947172-
CMYK0.770.7300.33
HSL236.39º63.03%41.37%-
HSV(B)236.39º77.33%67.45%-
XYZ9.35.4439.59-
YUV58.86191.85113.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=15.12%
G=18.22%
B=66.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39471720.770.7300.33236.3963.0341.37
Hex272FAC4D49021ec3f29
Octal47572541151110413547751
Binary1001111011111010110010011011001001010000111101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272FAC; }

 p { color: rgb(39,47,172); }

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

<style>
 a { background-color: #272FAC; }

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

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

<style>
 span { border-color: #272FAC; }

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

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