Html Css Color HEX #2C1095 Persian Indigo

📋 copy color: '#2C1095'

red 44 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #2C1095

Tints of Persian Indigo #2C1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 149 (58.59% from 255) = 71.29%

R = 21.05%
G = 7.66%
B = 71.29%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C1095 (or 0x2C1095) is known color: Persian Indigo. HEX triplet: 2C, 10 and 95. RGB value is (44,16,149). Sum of RGB (Red+Green+Blue) = 44+16+149=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1095 is #D3EF6A. Grayscale: #272727. Windows color (decimal): -13889387 or 9769004. OLE color: 9769004.

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

Color convert

RGB 44 16 149 -
CMYK 0.70 0.89 0 0.42
HSL 252.63º 0.81% 0.32% -
HSV(B) 252.63º 0.89% 0.58% -
XYZ 6.65 3.08 28.68 -
YUV 39.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 44 16 149 0.70 0.89 0 0.42 252.63 0.81 0.32
Hex 2C 10 95 46 59 0 2A FD 51 20
Octal 54 20 225 106 131 0 52 375 121 40
Binary 101100 10000 10010101 1000110 1011001 0 101010 11111101 1010001 100000

Color Harmonies of #2C1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1095

Black with #2C1095

Text Example


Text Example

White with #2C1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,16,149); }

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

background-color css

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

 a { background-color: rgb(44,16,149); }

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

border-color css

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

 span { border-color: rgb(44,16,149); }

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