#2C1DB9

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

Shades of Persian Blue #2C1DB9

Tints of Persian Blue #2C1DB9

Color information

#2C1DB9 (or 0x2C1DB9) is unknown color: approx Persian Blue. HEX triplet: 2C, 1D and B9. RGB value is (44,29,185). Sum of RGB (Red+Green+Blue) = 44+29+185=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 185 (72.66% from 255 or 71.71% from 258); Max value from RGB is 185 - color contains mainly: blue. Hex color #2C1DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1DB9 is #D3E246. Grayscale: #323232. Windows color (decimal): -13886023 or 12131628. OLE color: 12131628.

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

Color convert

RGB4429185-
CMYK0.760.8400.27
HSL245.77º72.9%41.96%-
HSV(B)245.77º84.32%72.55%-
XYZ10.244.9246.31-
YUV51.27203.47122.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 185 (72.66% from 255) = 71.71%
R=17.05%
G=11.24%
B=71.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44291850.760.8400.27245.7772.941.96
Hex2C1DB94C5401Bf6492a
Octal543527111412403336611152
Binary101100111011011100110011001010100011011111101101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,29,185); }

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

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

 a { background-color: rgb(44,29,185); }

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

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

 span { border-color: rgb(44,29,185); }

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