Html Css Color HEX #2C1779 Persian Indigo

📋 copy color: '#2C1779'

red 44 ◦ green 23 ◦ blue 121

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

Shades of Persian Indigo #2C1779

Tints of Persian Indigo #2C1779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 121 (47.66% from 255) = 64.36%

R = 23.4%
G = 12.23%
B = 64.36%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C1779 (or 0x2C1779) is known color: Persian Indigo. HEX triplet: 2C, 17 and 79. RGB value is (44,23,121). Sum of RGB (Red+Green+Blue) = 44+23+121=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C1779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1779 is #D3E886. Grayscale: #282828. Windows color (decimal): -13887623 or 7935788. OLE color: 7935788.

HSL color Cylindrical-coordinate representation of color #2C1779: hue angle of 252.86º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C1779 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 23 121 -
CMYK 0.64 0.81 0 0.53
HSL 252.86º 0.68% 0.28% -
HSV(B) 252.86º 0.81% 0.47% -
XYZ 4.8 2.53 18.32 -
YUV 40.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 44 23 121 0.64 0.81 0 0.53 252.86 0.68 0.28
Hex 2C 17 79 40 51 0 35 FD 44 1C
Octal 54 27 171 100 121 0 65 375 104 34
Binary 101100 10111 1111001 1000000 1010001 0 110101 11111101 1000100 11100

Color Harmonies of #2C1779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1779

Black with #2C1779

Text Example


Text Example

White with #2C1779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,23,121); }

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

background-color css

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

 a { background-color: rgb(44,23,121); }

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

border-color css

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

 span { border-color: rgb(44,23,121); }

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