Html Css Color HEX #2C137D Persian Indigo

📋 copy color: '#2C137D'

red 44 ◦ green 19 ◦ blue 125

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

Shades of Persian Indigo #2C137D

Tints of Persian Indigo #2C137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 23.4%
G = 10.11%
B = 66.49%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2C137D (or 0x2C137D) is known color: Persian Indigo. HEX triplet: 2C, 13 and 7D. RGB value is (44,19,125). Sum of RGB (Red+Green+Blue) = 44+19+125=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C137D is #D3EC82. Grayscale: #262626. Windows color (decimal): -13888643 or 8196908. OLE color: 8196908.

HSL color Cylindrical-coordinate representation of color #2C137D: hue angle of 254.15º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C137D is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 19 125 -
CMYK 0.65 0.85 0 0.51
HSL 254.15º 0.74% 0.28% -
HSV(B) 254.15º 0.85% 0.49% -
XYZ 4.97 2.48 19.62 -
YUV 38.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 44 19 125 0.65 0.85 0 0.51 254.15 0.74 0.28
Hex 2C 13 7D 41 55 0 33 FE 4A 1C
Octal 54 23 175 101 125 0 63 376 112 34
Binary 101100 10011 1111101 1000001 1010101 0 110011 11111110 1001010 11100

Color Harmonies of #2C137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C137D

Black with #2C137D

Text Example


Text Example

White with #2C137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,19,125); }

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

background-color css

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

 a { background-color: rgb(44,19,125); }

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

border-color css

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

 span { border-color: rgb(44,19,125); }

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