Html Css Color HEX #2C2689 Persian Indigo

📋 copy color: '#2C2689'

red 44 ◦ green 38 ◦ blue 137

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

Shades of Persian Indigo #2C2689

Tints of Persian Indigo #2C2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 20.09%
G = 17.35%
B = 62.56%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C2689 (or 0x2C2689) is known color: Persian Indigo. HEX triplet: 2C, 26 and 89. RGB value is (44,38,137). Sum of RGB (Red+Green+Blue) = 44+38+137=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2689 is #D3D976. Grayscale: #323232. Windows color (decimal): -13883767 or 8988204. OLE color: 8988204.

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

Color convert

RGB 44 38 137 -
CMYK 0.68 0.72 0 0.46
HSL 243.64º 0.57% 0.34% -
HSV(B) 243.64º 0.72% 0.54% -
XYZ 6.25 3.73 24.06 -
YUV 51.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 44 38 137 0.68 0.72 0 0.46 243.64 0.57 0.34
Hex 2C 26 89 44 48 0 2E F4 39 22
Octal 54 46 211 104 110 0 56 364 71 42
Binary 101100 100110 10001001 1000100 1001000 0 101110 11110100 111001 100010

Color Harmonies of #2C2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2689

Black with #2C2689

Text Example


Text Example

White with #2C2689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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