Html Css Color HEX #2C2589 Persian Indigo

📋 copy color: '#2C2589'

red 44 ◦ green 37 ◦ blue 137

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

Shades of Persian Indigo #2C2589

Tints of Persian Indigo #2C2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 20.18%
G = 16.97%
B = 62.84%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C2589 (or 0x2C2589) is known color: Persian Indigo. HEX triplet: 2C, 25 and 89. RGB value is (44,37,137). Sum of RGB (Red+Green+Blue) = 44+37+137=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2589 is #D3DA76. Grayscale: #323232. Windows color (decimal): -13884023 or 8987948. OLE color: 8987948.

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

Color convert

RGB 44 37 137 -
CMYK 0.68 0.73 0 0.46
HSL 244.2º 0.57% 0.34% -
HSV(B) 244.2º 0.73% 0.54% -
XYZ 6.22 3.66 24.05 -
YUV 50.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 44 37 137 0.68 0.73 0 0.46 244.2 0.57 0.34
Hex 2C 25 89 44 49 0 2E F4 39 22
Octal 54 45 211 104 111 0 56 364 71 42
Binary 101100 100101 10001001 1000100 1001001 0 101110 11110100 111001 100010

Color Harmonies of #2C2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2589

Black with #2C2589

Text Example


Text Example

White with #2C2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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