Html Css Color HEX #2C1293 Persian Indigo

📋 copy color: '#2C1293'

red 44 ◦ green 18 ◦ blue 147

#2C1293
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2C1293

Tints of Persian Indigo #2C1293

RGB

 RED value IS 44 (17.58% from 255) = 21.05%

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 21.05%
G = 8.61%
B = 70.33%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C1293 (or 0x2C1293) is known color: Persian Indigo. HEX triplet: 2C, 12 and 93. RGB value is (44,18,147). Sum of RGB (Red+Green+Blue) = 44+18+147=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C1293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1293 is #D3ED6C. Grayscale: #272727. Windows color (decimal): -13888877 or 9638444. OLE color: 9638444.

HSL color Cylindrical-coordinate representation of color #2C1293: hue angle of 252.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1293 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 18 147 -
CMYK 0.70 0.88 0 0.42
HSL 252.09º 0.78% 0.32% -
HSV(B) 252.09º 0.88% 0.58% -
XYZ 6.52 3.07 27.85 -
YUV 40.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 44 18 147 0.70 0.88 0 0.42 252.09 0.78 0.32
Hex 2C 12 93 46 58 0 2A FC 4E 20
Octal 54 22 223 106 130 0 52 374 116 40
Binary 101100 10010 10010011 1000110 1011000 0 101010 11111100 1001110 100000

Color Harmonies of #2C1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1293

Black with #2C1293

Text Example


Text Example

White with #2C1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,18,147); }

 H1.HeaderClassName
 {
   color: #2C1293;
 }
 .AnyTagClassName
 {
   color: #2C1293;
 }
</style>

background-color css

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

 a { background-color: rgb(44,18,147); }

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

border-color css

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

 span { border-color: rgb(44,18,147); }

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