#2C1FC1

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

Shades of Persian Blue #2C1FC1

Tints of Persian Blue #2C1FC1

Color information

#2C1FC1 (or 0x2C1FC1) is unknown color: approx Persian Blue. HEX triplet: 2C, 1F and C1. RGB value is (44,31,193). Sum of RGB (Red+Green+Blue) = 44+31+193=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C1FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1FC1 is #D3E03E. Grayscale: #343434. Windows color (decimal): -13885503 or 12656428. OLE color: 12656428.

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

Color convert

RGB4431193-
CMYK0.770.8400.24
HSL244.81º72.32%43.92%-
HSV(B)244.81º83.94%75.69%-
XYZ11.155.3750.9-
YUV53.36206.81121.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.42%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 193 (75.78% from 255) = 72.01%
R=16.42%
G=11.57%
B=72.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44311930.770.8400.24244.8172.3243.92
Hex2C1FC14D54018f5482c
Octal543730111512403036511054
Binary101100111111100000110011011010100011000111101011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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