Html Css Color HEX #2C0889 Persian Indigo

📋 copy color: '#2C0889'

red 44 ◦ green 8 ◦ blue 137

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

Shades of Persian Indigo #2C0889

Tints of Persian Indigo #2C0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

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

R = 23.28%
G = 4.23%
B = 72.49%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C0889 (or 0x2C0889) is known color: Persian Indigo. HEX triplet: 2C, 08 and 89. RGB value is (44,8,137). Sum of RGB (Red+Green+Blue) = 44+8+137=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0889 is #D3F776. Grayscale: #202020. Windows color (decimal): -13891447 or 8980524. OLE color: 8980524.

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

Color convert

RGB 44 8 137 -
CMYK 0.68 0.94 0 0.46
HSL 256.74º 0.89% 0.28% -
HSV(B) 256.74º 0.94% 0.54% -
XYZ 5.64 2.52 23.86 -
YUV 33.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 44 8 137 0.68 0.94 0 0.46 256.74 0.89 0.28
Hex 2C 8 89 44 5E 0 2E 101 59 1C
Octal 54 10 211 104 136 0 56 401 131 34
Binary 101100 1000 10001001 1000100 1011110 0 101110 100000001 1011001 11100

Color Harmonies of #2C0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0889

Black with #2C0889

Text Example


Text Example

White with #2C0889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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