Html Css Color HEX #2C0571 Persian Indigo

📋 copy color: '#2C0571'

red 44 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #2C0571

Tints of Persian Indigo #2C0571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

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

R = 27.16%
G = 3.09%
B = 69.75%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0571 (or 0x2C0571) is known color: Persian Indigo. HEX triplet: 2C, 05 and 71. RGB value is (44,5,113). Sum of RGB (Red+Green+Blue) = 44+5+113=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C0571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0571 is #D3FA8E. Grayscale: #1C1C1C. Windows color (decimal): -13892239 or 7406892. OLE color: 7406892.

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

Color convert

RGB 44 5 113 -
CMYK 0.61 0.96 0 0.56
HSL 261.67º 0.92% 0.23% -
HSV(B) 261.67º 0.96% 0.44% -
XYZ 4.07 1.84 15.76 -
YUV 28.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 44 5 113 0.61 0.96 0 0.56 261.67 0.92 0.23
Hex 2C 5 71 3D 60 0 38 106 5C 17
Octal 54 5 161 75 140 0 70 406 134 27
Binary 101100 101 1110001 111101 1100000 0 111000 100000110 1011100 10111

Color Harmonies of #2C0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0571

Black with #2C0571

Text Example


Text Example

White with #2C0571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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