Html Css Color HEX #2C0271 Persian Indigo

📋 copy color: '#2C0271'

red 44 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #2C0271

Tints of Persian Indigo #2C0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 27.67%
G = 1.26%
B = 71.07%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0271 (or 0x2C0271) is known color: Persian Indigo. HEX triplet: 2C, 02 and 71. RGB value is (44,2,113). Sum of RGB (Red+Green+Blue) = 44+2+113=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0271 is #D3FD8E. Grayscale: #1A1A1A. Windows color (decimal): -13893007 or 7406124. OLE color: 7406124.

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

Color convert

RGB 44 2 113 -
CMYK 0.61 0.98 0 0.56
HSL 262.7º 0.97% 0.23% -
HSV(B) 262.7º 0.98% 0.44% -
XYZ 4.04 1.77 15.75 -
YUV 27.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 44 2 113 0.61 0.98 0 0.56 262.7 0.97 0.23
Hex 2C 2 71 3D 62 0 38 107 61 17
Octal 54 2 161 75 142 0 70 407 141 27
Binary 101100 10 1110001 111101 1100010 0 111000 100000111 1100001 10111

Color Harmonies of #2C0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0271

Black with #2C0271

Text Example


Text Example

White with #2C0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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