Html Css Color HEX #2C0471 Persian Indigo

📋 copy color: '#2C0471'

red 44 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #2C0471

Tints of Persian Indigo #2C0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 27.33%
G = 2.48%
B = 70.19%

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

#2C0471 (or 0x2C0471) is known color: Persian Indigo. HEX triplet: 2C, 04 and 71. RGB value is (44,4,113). Sum of RGB (Red+Green+Blue) = 44+4+113=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C0471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0471 is #D3FB8E. Grayscale: #1B1B1B. Windows color (decimal): -13892495 or 7406636. OLE color: 7406636.

HSL color Cylindrical-coordinate representation of color #2C0471: hue angle of 262.02º degrees, saturation: 0.93, 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 #2C0471 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 4 113 -
CMYK 0.61 0.96 0 0.56
HSL 262.02º 0.93% 0.23% -
HSV(B) 262.02º 0.96% 0.44% -
XYZ 4.06 1.81 15.76 -
YUV 28.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 44 4 113 0.61 0.96 0 0.56 262.02 0.93 0.23
Hex 2C 4 71 3D 60 0 38 106 5D 17
Octal 54 4 161 75 140 0 70 406 135 27
Binary 101100 100 1110001 111101 1100000 0 111000 100000110 1011101 10111

Color Harmonies of #2C0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0471

Black with #2C0471

Text Example


Text Example

White with #2C0471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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