Html Css Color HEX #2C0871 Persian Indigo

📋 copy color: '#2C0871'

red 44 ◦ green 8 ◦ blue 113

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

Shades of Persian Indigo #2C0871

Tints of Persian Indigo #2C0871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

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

R = 26.67%
G = 4.85%
B = 68.48%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0871 (or 0x2C0871) is known color: Persian Indigo. HEX triplet: 2C, 08 and 71. RGB value is (44,8,113). Sum of RGB (Red+Green+Blue) = 44+8+113=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C0871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0871 is #D3F78E. Grayscale: #1E1E1E. Windows color (decimal): -13891471 or 7407660. OLE color: 7407660.

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

Color convert

RGB 44 8 113 -
CMYK 0.61 0.93 0 0.56
HSL 260.57º 0.87% 0.24% -
HSV(B) 260.57º 0.93% 0.44% -
XYZ 4.11 1.9 15.77 -
YUV 30.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 44 8 113 0.61 0.93 0 0.56 260.57 0.87 0.24
Hex 2C 8 71 3D 5D 0 38 105 57 18
Octal 54 10 161 75 135 0 70 405 127 30
Binary 101100 1000 1110001 111101 1011101 0 111000 100000101 1010111 11000

Color Harmonies of #2C0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0871

Black with #2C0871

Text Example


Text Example

White with #2C0871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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