#2C27D5

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

Shades of Persian Blue #2C27D5

Tints of Persian Blue #2C27D5

Color information

#2C27D5 (or 0x2C27D5) is unknown color: approx Persian Blue. HEX triplet: 2C, 27 and D5. RGB value is (44,39,213). Sum of RGB (Red+Green+Blue) = 44+39+213=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #2C27D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C27D5 is #D3D82A. Grayscale: #3B3B3B. Windows color (decimal): -13883435 or 13969196. OLE color: 13969196.

HSL color Cylindrical-coordinate representation of color #2C27D5: hue angle of 241.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C27D5 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4439213-
CMYK0.790.8200.16
HSL241.72º69.05%49.41%-
HSV(B)241.72º81.69%83.53%-
XYZ13.776.7963.54-
YUV60.33214.16116.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.86%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 213 (83.59% from 255) = 71.96%
R=14.86%
G=13.18%
B=71.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44392130.790.8200.16241.7269.0549.41
Hex2C27D54F52010f24531
Octal544732511712202036210561
Binary1011001001111101010110011111010010010000111100101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C27D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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