#2C2AC1

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

Shades of Persian Blue #2C2AC1

Tints of Persian Blue #2C2AC1

Color information

#2C2AC1 (or 0x2C2AC1) is unknown color: approx Persian Blue. HEX triplet: 2C, 2A and C1. RGB value is (44,42,193). Sum of RGB (Red+Green+Blue) = 44+42+193=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C2AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2AC1 is #D3D53E. Grayscale: #3B3B3B. Windows color (decimal): -13882687 or 12659244. OLE color: 12659244.

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

Color convert

RGB4442193-
CMYK0.770.7800.24
HSL240.79º64.26%46.08%-
HSV(B)240.79º78.24%75.69%-
XYZ11.496.0451.01-
YUV59.81203.16116.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 193 (75.78% from 255) = 69.18%
R=15.77%
G=15.05%
B=69.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44421930.770.7800.24240.7964.2646.08
Hex2C2AC14D4E018f1402e
Octal545230111511603036110056
Binary1011001010101100000110011011001110011000111100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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