Html Css Color HEX #2C0171 Persian Indigo

📋 copy color: '#2C0171'

red 44 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #2C0171

Tints of Persian Indigo #2C0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 113 (44.53% from 255) = 71.52%

R = 27.85%
G = 0.63%
B = 71.52%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0171 (or 0x2C0171) is known color: Persian Indigo. HEX triplet: 2C, 01 and 71. RGB value is (44,1,113). Sum of RGB (Red+Green+Blue) = 44+1+113=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0171 is #D3FE8E. Grayscale: #1A1A1A. Windows color (decimal): -13893263 or 7405868. OLE color: 7405868.

HSL color Cylindrical-coordinate representation of color #2C0171: hue angle of 263.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0171 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 1 113 -
CMYK 0.61 0.99 0 0.56
HSL 263.04º 0.98% 0.22% -
HSV(B) 263.04º 0.99% 0.44% -
XYZ 4.03 1.75 15.75 -
YUV 26.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 44 1 113 0.61 0.99 0 0.56 263.04 0.98 0.22
Hex 2C 1 71 3D 63 0 38 107 62 16
Octal 54 1 161 75 143 0 70 407 142 26
Binary 101100 1 1110001 111101 1100011 0 111000 100000111 1100010 10110

Color Harmonies of #2C0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0171

Black with #2C0171

Text Example


Text Example

White with #2C0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,1,113); }

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

background-color css

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

 a { background-color: rgb(44,1,113); }

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

border-color css

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

 span { border-color: rgb(44,1,113); }

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