#2C1BC6

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

Shades of Persian Blue #2C1BC6

Tints of Persian Blue #2C1BC6

Color information

#2C1BC6 (or 0x2C1BC6) is unknown color: approx Persian Blue. HEX triplet: 2C, 1B and C6. RGB value is (44,27,198). Sum of RGB (Red+Green+Blue) = 44+27+198=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 198 (77.73% from 255 or 73.61% from 269); Max value from RGB is 198 - color contains mainly: blue. Hex color #2C1BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1BC6 is #D3E439. Grayscale: #323232. Windows color (decimal): -13886522 or 12983084. OLE color: 12983084.

HSL color Cylindrical-coordinate representation of color #2C1BC6: hue angle of 245.96º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1BC6 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4427198-
CMYK0.780.8600.22
HSL245.96º76%44.12%-
HSV(B)245.96º86.36%77.65%-
XYZ11.625.453.86-
YUV51.58210.63122.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.36%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 198 (77.73% from 255) = 73.61%
R=16.36%
G=10.04%
B=73.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44271980.780.8600.22245.967644.12
Hex2C1BC64E56016f64c2c
Octal543330611612602636611454
Binary101100110111100011010011101010110010110111101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,27,198); }

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

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

 a { background-color: rgb(44,27,198); }

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

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

 span { border-color: rgb(44,27,198); }

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