Html Css Color HEX #2C1271 Persian Indigo

📋 copy color: '#2C1271'

red 44 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #2C1271

Tints of Persian Indigo #2C1271

RGB

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

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

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

R = 25.14%
G = 10.29%
B = 64.57%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C1271 (or 0x2C1271) is known color: Persian Indigo. HEX triplet: 2C, 12 and 71. RGB value is (44,18,113). Sum of RGB (Red+Green+Blue) = 44+18+113=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C1271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1271 is #D3ED8E. Grayscale: #242424. Windows color (decimal): -13888911 or 7410220. OLE color: 7410220.

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

Color convert

RGB 44 18 113 -
CMYK 0.61 0.84 0 0.56
HSL 256.42º 0.73% 0.26% -
HSV(B) 256.42º 0.84% 0.44% -
XYZ 4.24 2.16 15.82 -
YUV 36.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 44 18 113 0.61 0.84 0 0.56 256.42 0.73 0.26
Hex 2C 12 71 3D 54 0 38 100 49 1A
Octal 54 22 161 75 124 0 70 400 111 32
Binary 101100 10010 1110001 111101 1010100 0 111000 100000000 1001001 11010

Color Harmonies of #2C1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1271

Black with #2C1271

Text Example


Text Example

White with #2C1271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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