#272CAD

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

Shades of Persian Blue #272CAD

Tints of Persian Blue #272CAD

Color information

#272CAD (or 0x272CAD) is unknown color: approx Persian Blue. HEX triplet: 27, 2C and AD. RGB value is (39,44,173). Sum of RGB (Red+Green+Blue) = 39+44+173=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #272CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272CAD is #D8D352. Grayscale: #383838. Windows color (decimal): -14209875 or 11349031. OLE color: 11349031.

HSL color Cylindrical-coordinate representation of color #272CAD: hue angle of 237.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272CAD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3944173-
CMYK0.770.7500.32
HSL237.76º63.21%41.57%-
HSV(B)237.76º77.46%67.84%-
XYZ9.285.2540.06-
YUV57.21193.34115.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=15.23%
G=17.19%
B=67.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39441730.770.7500.32237.7663.2141.57
Hex272CAD4D4B020ee3f2a
Octal47542551151130403567752
Binary1001111011001010110110011011001011010000011101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,44,173); }

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

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

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

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

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

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

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