#2C27BB

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

Shades of Persian Blue #2C27BB

Tints of Persian Blue #2C27BB

Color information

#2C27BB (or 0x2C27BB) is unknown color: approx Persian Blue. HEX triplet: 2C, 27 and BB. RGB value is (44,39,187). Sum of RGB (Red+Green+Blue) = 44+39+187=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C27BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C27BB is #D3D844. Grayscale: #383838. Windows color (decimal): -13883461 or 12265260. OLE color: 12265260.

HSL color Cylindrical-coordinate representation of color #2C27BB: hue angle of 242.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C27BB is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4439187-
CMYK0.760.7900.27
HSL242.03º65.49%44.31%-
HSV(B)242.03º79.14%73.33%-
XYZ10.735.5747.52-
YUV57.37201.16118.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 187 (73.44% from 255) = 69.26%
R=16.30%
G=14.44%
B=69.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44391870.760.7900.27242.0365.4944.31
Hex2C27BB4C4F01Bf2412c
Octal544727311411703336210154
Binary1011001001111011101110011001001111011011111100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C27BB; }

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

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

<style>
 a { background-color: #2C27BB; }

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

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

<style>
 span { border-color: #2C27BB; }

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

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