Html Css Color HEX #2C137C Persian Indigo

📋 copy color: '#2C137C'

red 44 ◦ green 19 ◦ blue 124

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

Shades of Persian Indigo #2C137C

Tints of Persian Indigo #2C137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 66.31%

R = 23.53%
G = 10.16%
B = 66.31%

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

#2C137C (or 0x2C137C) is known color: Persian Indigo. HEX triplet: 2C, 13 and 7C. RGB value is (44,19,124). Sum of RGB (Red+Green+Blue) = 44+19+124=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C137C is #D3EC83. Grayscale: #262626. Windows color (decimal): -13888644 or 8131372. OLE color: 8131372.

HSL color Cylindrical-coordinate representation of color #2C137C: hue angle of 254.29º degrees, saturation: 0.73, 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 #2C137C is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 19 124 -
CMYK 0.65 0.85 0 0.51
HSL 254.29º 0.73% 0.28% -
HSV(B) 254.29º 0.85% 0.49% -
XYZ 4.91 2.46 19.28 -
YUV 38.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 44 19 124 0.65 0.85 0 0.51 254.29 0.73 0.28
Hex 2C 13 7C 41 55 0 33 FE 49 1C
Octal 54 23 174 101 125 0 63 376 111 34
Binary 101100 10011 1111100 1000001 1010101 0 110011 11111110 1001001 11100

Color Harmonies of #2C137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C137C

Black with #2C137C

Text Example


Text Example

White with #2C137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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