#2c1fb0

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

Shades of Persian Blue #2C1FB0

Tints of Persian Blue #2C1FB0

Color information

#2C1FB0 (or 0x2C1FB0) is unknown color: approx Persian Blue. HEX triplet: 2C, 1F and B0. RGB value is (44,31,176). Sum of RGB (Red+Green+Blue) = 44+31+176=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #2C1FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1FB0 is #D3E04F. Grayscale: #323232. Windows color (decimal): -13885520 or 11542316. OLE color: 11542316.

HSL color Cylindrical-coordinate representation of color #2C1FB0: hue angle of 245.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1FB0 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4431176-
CMYK0.750.8200.31
HSL245.38º70.05%40.59%-
HSV(B)245.38º82.39%69.02%-
XYZ9.374.6541.48-
YUV51.42198.31122.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 176 (69.14% from 255) = 70.12%
R=17.53%
G=12.35%
B=70.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44311760.750.8200.31245.3870.0540.59
Hex2C1FB04B5201Ff54629
Octal543726011312203736510651
Binary101100111111011000010010111010010011111111101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c1fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,31,176); }

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

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

 a { background-color: rgb(44,31,176); }

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

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

 span { border-color: rgb(44,31,176); }

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