#2C1A7E

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

Shades of Persian Indigo #2C1A7E

Tints of Persian Indigo #2C1A7E

Color information

#2C1A7E (or 0x2C1A7E) is unknown color: approx Persian Indigo. HEX triplet: 2C, 1A and 7E. RGB value is (44,26,126). Sum of RGB (Red+Green+Blue) = 44+26+126=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C1A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1A7E is #D3E581. Grayscale: #2A2A2A. Windows color (decimal): -13886850 or 8264236. OLE color: 8264236.

HSL color Cylindrical-coordinate representation of color #2C1A7E: hue angle of 250.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C1A7E is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4426126-
CMYK0.650.7900.51
HSL250.8º65.79%29.8%-
HSV(B)250.8º79.37%49.41%-
XYZ5.172.7820-
YUV42.78174.96128.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 126 (49.61% from 255) = 64.29%
R=22.45%
G=13.27%
B=64.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44261260.650.7900.51250.865.7929.8
Hex2C1A7E414F033fb421e
Octal543217610111706337310236
Binary10110011010111111010000011001111011001111111011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,26,126); }

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

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

 a { background-color: rgb(44,26,126); }

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

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

 span { border-color: rgb(44,26,126); }

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