Html Css Color HEX #2C1689 Persian Indigo

📋 copy color: '#2C1689'

red 44 ◦ green 22 ◦ blue 137

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

Shades of Persian Indigo #2C1689

Tints of Persian Indigo #2C1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

 BLUE value IS 137 (53.91% from 255) = 67.49%

R = 21.67%
G = 10.84%
B = 67.49%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C1689 (or 0x2C1689) is known color: Persian Indigo. HEX triplet: 2C, 16 and 89. RGB value is (44,22,137). Sum of RGB (Red+Green+Blue) = 44+22+137=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C1689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1689 is #D3E976. Grayscale: #292929. Windows color (decimal): -13887863 or 8984108. OLE color: 8984108.

HSL color Cylindrical-coordinate representation of color #2C1689: hue angle of 251.48º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1689 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 22 137 -
CMYK 0.68 0.84 0 0.46
HSL 251.48º 0.72% 0.31% -
HSV(B) 251.48º 0.84% 0.54% -
XYZ 5.84 2.92 23.92 -
YUV 41.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 44 22 137 0.68 0.84 0 0.46 251.48 0.72 0.31
Hex 2C 16 89 44 54 0 2E FB 48 1F
Octal 54 26 211 104 124 0 56 373 110 37
Binary 101100 10110 10001001 1000100 1010100 0 101110 11111011 1001000 11111

Color Harmonies of #2C1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1689

Black with #2C1689

Text Example


Text Example

White with #2C1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,22,137); }

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

background-color css

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

 a { background-color: rgb(44,22,137); }

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

border-color css

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

 span { border-color: rgb(44,22,137); }

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