Html Css Color HEX #2C0573 Persian Indigo

📋 copy color: '#2C0573'

red 44 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #2C0573

Tints of Persian Indigo #2C0573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.12%

R = 26.83%
G = 3.05%
B = 70.12%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C0573 (or 0x2C0573) is known color: Persian Indigo. HEX triplet: 2C, 05 and 73. RGB value is (44,5,115). Sum of RGB (Red+Green+Blue) = 44+5+115=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C0573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0573 is #D3FA8C. Grayscale: #1C1C1C. Windows color (decimal): -13892237 or 7537964. OLE color: 7537964.

HSL color Cylindrical-coordinate representation of color #2C0573: hue angle of 261.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0573 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 5 115 -
CMYK 0.62 0.96 0 0.55
HSL 261.27º 0.92% 0.24% -
HSV(B) 261.27º 0.96% 0.45% -
XYZ 4.19 1.88 16.36 -
YUV 29.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 44 5 115 0.62 0.96 0 0.55 261.27 0.92 0.24
Hex 2C 5 73 3E 60 0 37 105 5C 18
Octal 54 5 163 76 140 0 67 405 134 30
Binary 101100 101 1110011 111110 1100000 0 110111 100000101 1011100 11000

Color Harmonies of #2C0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0573

Black with #2C0573

Text Example


Text Example

White with #2C0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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