#2C1DC1

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

Shades of Persian Blue #2C1DC1

Tints of Persian Blue #2C1DC1

Color information

#2C1DC1 (or 0x2C1DC1) is unknown color: approx Persian Blue. HEX triplet: 2C, 1D and C1. RGB value is (44,29,193). Sum of RGB (Red+Green+Blue) = 44+29+193=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C1DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1DC1 is #D3E23E. Grayscale: #333333. Windows color (decimal): -13886015 or 12655916. OLE color: 12655916.

HSL color Cylindrical-coordinate representation of color #2C1DC1: hue angle of 245.49º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1DC1 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4429193-
CMYK0.770.8500.24
HSL245.49º73.87%43.53%-
HSV(B)245.49º84.97%75.69%-
XYZ11.15.2650.88-
YUV52.18207.47122.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 29 (11.72% from 255) = 10.90%
BLUE value IS 193 (75.78% from 255) = 72.56%
R=16.54%
G=10.90%
B=72.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44291930.770.8500.24245.4973.8743.53
Hex2C1DC14D55018f54a2c
Octal543530111512503036511254
Binary101100111011100000110011011010101011000111101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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