Html Css Color HEX #2C147F Persian Indigo

📋 copy color: '#2C147F'

red 44 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #2C147F

Tints of Persian Indigo #2C147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

 BLUE value IS 127 (50% from 255) = 66.49%

R = 23.04%
G = 10.47%
B = 66.49%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2C147F (or 0x2C147F) is known color: Persian Indigo. HEX triplet: 2C, 14 and 7F. RGB value is (44,20,127). Sum of RGB (Red+Green+Blue) = 44+20+127=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C147F is #D3EB80. Grayscale: #262626. Windows color (decimal): -13888385 or 8328236. OLE color: 8328236.

HSL color Cylindrical-coordinate representation of color #2C147F: hue angle of 253.46º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C147F is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 44 20 127 -
CMYK 0.65 0.84 0 0.50
HSL 253.46º 0.73% 0.29% -
HSV(B) 253.46º 0.84% 0.5% -
XYZ 5.12 2.57 20.3 -
YUV 39.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 44 20 127 0.65 0.84 0 0.50 253.46 0.73 0.29
Hex 2C 14 7F 41 54 0 32 FD 49 1D
Octal 54 24 177 101 124 0 62 375 111 35
Binary 101100 10100 1111111 1000001 1010100 0 110010 11111101 1001001 11101

Color Harmonies of #2C147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C147F

Black with #2C147F

Text Example


Text Example

White with #2C147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,20,127); }

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

background-color css

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

 a { background-color: rgb(44,20,127); }

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

border-color css

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

 span { border-color: rgb(44,20,127); }

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